Entry now redrawn only on data change

This commit is contained in:
2020-02-19 23:08:21 +01:00
parent f822aed45a
commit c0ca84a901
5 changed files with 20 additions and 41 deletions

View File

@@ -36,6 +36,9 @@ class KeyboardPress(Message):
key = self.get_arg(0, str)
return key == "Escape"
def data_change(self):
return False
def update_model(self, model):
key = self.get_arg(0, str)