Fix crash on window open

Missed a call when changing refresh to refresh_text
This commit is contained in:
Derek Schmidt 2019-04-24 21:32:28 -07:00
parent b9e9eea295
commit 5c8f3b5978
No known key found for this signature in database
GPG Key ID: 0F5D491793B4035A
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ class EntryModal(Modal):
def show(self):
super().show()
self.refresh()
self.refresh_text()
def clear(self):
self.content = []