command palette: improved consistency

This commit is contained in:
YohananDiamond 2023-07-31 16:12:29 -03:00
parent 51148a729c
commit b203c3956a
4 changed files with 27 additions and 23 deletions

View file

@ -5203,10 +5203,10 @@ bool FurnaceGUI::loop() {
}
if (displayPalette) {
paletteSearchResults.clear();
paletteQuery="";
paletteFirstFrame=true;
curPaletteChoice=0;
curPaletteType=0;
displayPalette=false;
ImGui::OpenPopup("Command Palette");
}