prepare for find and replace window

This commit is contained in:
tildearrow 2022-06-06 05:03:19 -05:00
parent 64fa5f804b
commit 9edc4818b5
6 changed files with 51 additions and 39 deletions

View file

@ -250,6 +250,9 @@ void FurnaceGUI::doAction(int what) {
case GUI_ACTION_WINDOW_CHAN_OSC:
nextWindow=GUI_WINDOW_CHAN_OSC;
break;
case GUI_ACTION_WINDOW_FIND:
nextWindow=GUI_WINDOW_FIND;
break;
case GUI_ACTION_COLLAPSE_WINDOW:
collapseWindow=true;
@ -331,6 +334,9 @@ void FurnaceGUI::doAction(int what) {
case GUI_WINDOW_CHAN_OSC:
chanOscOpen=false;
break;
case GUI_WINDOW_FIND:
findOpen=false;
break;
default:
break;
}