Browse Source

Hide currently unused Template combobox in New_Project_Dialog.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
6d9a5bb1d5
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      Timeline/TLE.fl

+ 4
- 4
Timeline/TLE.fl View File

@@ -220,7 +220,7 @@ if ( r < 0 )


fl_alert( "Could not open project \\"%s\\":\\n\\n\\t%s", name, s ); fl_alert( "Could not open project \\"%s\\":\\n\\n\\t%s", name, s );
// we are in a somewhar ambiguous state now with no project open. // we are in a somewhar ambiguous state now with no project open.
}} selected
}}
xywh {10 10 40 25} xywh {10 10 40 25}
} }
MenuItem {} { MenuItem {} {
@@ -868,8 +868,8 @@ while ( _window->shown() )
Function {make_window()} {open Function {make_window()} {open
} { } {
Fl_Window _window { Fl_Window _window {
label {New Project} open
xywh {384 630 550 195} type Double modal xclass Non_DAW visible
label {New Project} open selected
xywh {615 414 550 195} type Double modal xclass Non_DAW visible
} { } {
Fl_File_Input _name { Fl_File_Input _name {
label {Named:} label {Named:}
@@ -911,7 +911,7 @@ while ( _window->shown() )
} }
Fl_Choice _template { Fl_Choice _template {
label {Template:} label {Template:}
private xywh {310 60 225 25} down_box BORDER_BOX
private xywh {310 60 225 25} down_box BORDER_BOX hide
} { } {
MenuItem {} { MenuItem {} {
label Default label Default


Loading…
Cancel
Save