Hide currently unused Template combobox in New_Project_Dialog.
This commit is contained in:
parent
a7d9e30038
commit
6d9a5bb1d5
|
@ -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
|
label {New Project} open selected
|
||||||
xywh {384 630 550 195} type Double modal xclass Non_DAW visible
|
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…
Reference in New Issue