we need to draw when choosing examples even if not data changed.

This commit is contained in:
2020-02-19 23:15:42 +01:00
parent c0ca84a901
commit 8128f885f6
3 changed files with 15 additions and 3 deletions

View File

@@ -97,3 +97,8 @@ class ShowExampleMenu(KeyPlusClickMessage):
def reset(self):
# special case, when choosing messages dont reset
return not (self.ctrl or self.shift)
def entry_redraw(self):
# when choosing messages we need to redraw
return self.ctrl or self.shift