sorta works
not exactly proud of it bleh. dont think ill make a GUI so idk with future progress on this
This commit is contained in:
parent
dd8f7ed21e
commit
14bdd7878d
6 changed files with 116 additions and 12 deletions
|
|
@ -315,6 +315,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_ACTION_WINDOW_NOTES:
|
||||
nextWindow=GUI_WINDOW_NOTES;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_TUNER:
|
||||
nextWindow = GUI_WINDOW_TUNER;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_CHANNELS:
|
||||
nextWindow=GUI_WINDOW_CHANNELS;
|
||||
break;
|
||||
|
|
@ -423,6 +426,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_WINDOW_NOTES:
|
||||
notesOpen=false;
|
||||
break;
|
||||
case GUI_WINDOW_TUNER:
|
||||
notesOpen = false;
|
||||
break;
|
||||
case GUI_WINDOW_CHANNELS:
|
||||
channelsOpen=false;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue