more preparation
This commit is contained in:
parent
3c12c6079d
commit
b0db9b8ff7
7 changed files with 58 additions and 1 deletions
|
|
@ -313,6 +313,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_ACTION_WINDOW_XY_OSC:
|
||||
nextWindow=GUI_WINDOW_XY_OSC;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_MEMORY:
|
||||
nextWindow=GUI_WINDOW_MEMORY;
|
||||
break;
|
||||
|
||||
case GUI_ACTION_COLLAPSE_WINDOW:
|
||||
collapseWindow=true;
|
||||
|
|
@ -412,6 +415,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_WINDOW_XY_OSC:
|
||||
xyOscOpen=false;
|
||||
break;
|
||||
case GUI_WINDOW_MEMORY:
|
||||
memoryOpen=false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue