prepare for find and replace window
This commit is contained in:
parent
64fa5f804b
commit
9edc4818b5
6 changed files with 51 additions and 39 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue