GUI: fix keybinds leaking after setting them to no

This commit is contained in:
tildearrow 2022-04-03 19:23:02 -05:00
parent 90bbc42290
commit 9ef50bbda7
1 changed files with 2 additions and 0 deletions

View File

@ -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();