keymap_editor: also recreate keycodes in the tray TabbedKeycodes

main
Ilya Zhuravlev 2021-07-03 22:28:05 -04:00
parent 5bb6446155
commit 57386d41dc
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ class KeymapEditor(BasicEditor):
recreate_keyboard_keycodes(self.keyboard)
self.tabbed_keycodes.recreate_keycode_buttons()
TabbedKeycodes.tray.recreate_keycode_buttons()
self.refresh_layer_display()
self.container.setEnabled(self.valid())