a couple fixes
This commit is contained in:
parent
099db19b03
commit
e16b4ec2b8
3 changed files with 17 additions and 6 deletions
|
|
@ -321,10 +321,10 @@ void FurnaceGUI::doAction(int what) {
|
|||
nextWindow=GUI_WINDOW_NOTES;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_TUNER:
|
||||
nextWindow = GUI_WINDOW_TUNER;
|
||||
nextWindow=GUI_WINDOW_TUNER;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_SPECTRUM:
|
||||
nextWindow = GUI_WINDOW_SPECTRUM;
|
||||
nextWindow=GUI_WINDOW_SPECTRUM;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_CHANNELS:
|
||||
nextWindow=GUI_WINDOW_CHANNELS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue