GUI: reset note input when using "reset defaults"
keybinds
This commit is contained in:
parent
2a4383b4de
commit
f7d1cc74c9
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue