mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
GUI: fix keybinds leaking after setting them to no
This commit is contained in:
parent
90bbc42290
commit
9ef50bbda7
1 changed files with 2 additions and 0 deletions
|
@ -1934,6 +1934,8 @@ void FurnaceGUI::commitSettings() {
|
|||
SAVE_KEYBIND(GUI_ACTION_ORDERS_MOVE_DOWN);
|
||||
SAVE_KEYBIND(GUI_ACTION_ORDERS_REPLAY);
|
||||
|
||||
parseKeybinds();
|
||||
|
||||
e->setConf("noteKeys",encodeKeyMap(noteKeys));
|
||||
|
||||
midiMap.compile();
|
||||
|
|
Loading…
Reference in a new issue