zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 6a5f2f3f08f33eb78f574a293808de7fd7458408
parent e1bc994efd987c31d0ada8300fbb7d03214b09a1
Author: paulnasca <paulnasca>
Date:   Mon, 14 Jun 2004 18:37:00 +0000

*** empty log message ***

Diffstat:
Msrc/UI/MasterUI.fl | 15+++++----------
1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -372,10 +372,10 @@ fl_alert("ZynAddSubFX could not be closed this way, because it's a VST plugin. P \#else if (fl_ask("Exit and leave the unsaved data?")) *exitprogram=1; \#endif} - xywh {448 226 390 465} type Double - code0 {setfilelabel(NULL);} non_modal visible + xywh {448 226 390 465} type Double hide + code0 {setfilelabel(NULL);} non_modal } { - Fl_Menu_Bar mastermenu { + Fl_Menu_Bar mastermenu {selected xywh {0 0 690 25} } { submenu {} { @@ -576,7 +576,7 @@ if (result!=0) fl_alert("Error: Could not save the file.");} } } submenu {} { - label {&Instrument} + label {&Instrument} open xywh {10 10 100 20} } { menuitem {} { @@ -615,7 +615,7 @@ pthread_mutex_lock(&master->mutex); pthread_mutex_unlock(&master->mutex); npartcounter->do_callback(); -updatepanel();} selected +updatepanel();} xywh {30 30 100 20} divider } menuitem {} { @@ -685,11 +685,6 @@ updatepanel();} xywh {10 10 100 20} divider } menuitem {} { - label {Instrument Info...} - callback {partui->infowin->show();} - xywh {45 45 100 20} divider - } - menuitem {} { label {Show Instr. &Bank...} callback {bankui->show();} xywh {0 0 100 20} divider