fixing the display issues

This commit is contained in:
ben-caldwell
2018-01-04 19:34:22 +13:00
parent 4688c332b0
commit 0e4856dee5
8 changed files with 511 additions and 230 deletions

View File

@@ -26,6 +26,10 @@ class NumpadInput(object):
if event.char is not '.':
self.display.refresh_display()
# for bank in range(10):
# if event.char == str(bank):
# self.actions.load_this_bank_into_next_player(bank)
def on_backspace_press(self, event):
if self.display.display_mode == 'BROWSER':
self.actions.enter_on_browser_selection()