mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Keystroke editor dialog is showed even if config has changed
This commit is contained in:
@@ -28,6 +28,8 @@ class keystrokeEditorDialog(baseDialog.BaseWXDialog):
|
||||
|
||||
def put_keystrokes(self, actions, keystrokes):
|
||||
for i in keystrokes:
|
||||
if actions.has_key(i) == False:
|
||||
continue
|
||||
action = actions[i]
|
||||
self.actions.append(i)
|
||||
keystroke = keystrokes[i]
|
||||
|
Reference in New Issue
Block a user