GUI: only use edit color when pat view is focused

This commit is contained in:
tildearrow 2022-05-04 20:56:26 -05:00
parent 44f1134875
commit 71cef797c6
3 changed files with 5 additions and 3 deletions

View file

@ -2569,6 +2569,7 @@ bool FurnaceGUI::loop() {
ImGui_ImplSDL2_NewFrame(sdlWin);
ImGui::NewFrame();
curWindowLast=curWindow;
curWindow=GUI_WINDOW_NOTHING;
editOptsVisible=false;
@ -3913,6 +3914,7 @@ FurnaceGUI::FurnaceGUI():
nonLatchNibble(false),
curWindow(GUI_WINDOW_NOTHING),
nextWindow(GUI_WINDOW_NOTHING),
curWindowLast(GUI_WINDOW_NOTHING),
nextDesc(NULL),
latchNote(-1),
latchIns(-2),