mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-17 13:50:02 +01:00
fix for quick-switching displays actually triggering video bank loads!
This commit is contained in:
@@ -80,6 +80,7 @@ class NumpadInput(object):
|
|||||||
self.message_handler.set_message('ERROR', 'No page %s to display!' % numbers.index(key))
|
self.message_handler.set_message('ERROR', 'No page %s to display!' % numbers.index(key))
|
||||||
return
|
return
|
||||||
self.actions.call_method_name("set_display_mode_%s"%self.data.get_display_modes_list()[numbers.index(key)])
|
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))
|
print('the numpad action being called is {} (mode is {})'.format(this_mapping[mode][is_function], mode))
|
||||||
if value != -1:
|
if value != -1:
|
||||||
|
|||||||
Reference in New Issue
Block a user