GUI: reset note input when using "reset defaults"

keybinds
This commit is contained in:
tildearrow 2024-04-30 03:30:42 -05:00
parent 2a4383b4de
commit f7d1cc74c9

View file

@ -5279,6 +5279,7 @@ void FurnaceGUI::resetKeybinds() {
if (guiActions[i].defaultBind==-1) continue; if (guiActions[i].defaultBind==-1) continue;
actionKeys[i]=guiActions[i].defaultBind; actionKeys[i]=guiActions[i].defaultBind;
} }
decodeKeyMap(noteKeys,DEFAULT_NOTE_KEYS);
parseKeybinds(); parseKeybinds();
} }