kopia lustrzana https://github.com/ihabunek/toot
Fix crash on window open
Missed a call when changing refresh to refresh_textpull/101/head
rodzic
b9e9eea295
commit
5c8f3b5978
|
@ -404,7 +404,7 @@ class EntryModal(Modal):
|
||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
super().show()
|
super().show()
|
||||||
self.refresh()
|
self.refresh_text()
|
||||||
|
|
||||||
def clear(self):
|
def clear(self):
|
||||||
self.content = []
|
self.content = []
|
||||||
|
|
Ładowanie…
Reference in New Issue