From 5896d7ef43c21fb4e6a8f7bb1f458871206cb51d Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Sat, 14 Mar 2020 15:52:07 +0000 Subject: [PATCH] fix for quick-switching displays actually triggering video bank loads! --- user_input/numpad_input.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user_input/numpad_input.py b/user_input/numpad_input.py index 37f1156..deb0950 100644 --- a/user_input/numpad_input.py +++ b/user_input/numpad_input.py @@ -80,6 +80,7 @@ class NumpadInput(object): self.message_handler.set_message('ERROR', 'No page %s to display!' % numbers.index(key)) return self.actions.call_method_name("set_display_mode_%s"%self.data.get_display_modes_list()[numbers.index(key)]) + return print('the numpad action being called is {} (mode is {})'.format(this_mapping[mode][is_function], mode)) if value != -1: