show() widgets explicitly, one little file at a time
git-svn-id: svn://localhost/ardour2/trunk@2118 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b942d3613e
commit
fda1de74a1
@ -132,10 +132,23 @@ AddRouteDialog::AddRouteDialog ()
|
|||||||
get_vbox()->pack_start (*hbnt, false, false);
|
get_vbox()->pack_start (*hbnt, false, false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
get_vbox()->show_all ();
|
|
||||||
|
|
||||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||||
add_button (Stock::ADD, RESPONSE_ACCEPT);
|
add_button (Stock::ADD, RESPONSE_ACCEPT);
|
||||||
|
|
||||||
|
name_template_entry.show();
|
||||||
|
track_button.show();
|
||||||
|
bus_button.show();
|
||||||
|
routes_spinner.show();
|
||||||
|
channel_combo.show();
|
||||||
|
track_mode_combo.show();
|
||||||
|
aframe.show();
|
||||||
|
ccframe.show();
|
||||||
|
|
||||||
|
hbrb->show();
|
||||||
|
dvbox->show();
|
||||||
|
dhbox->show();
|
||||||
|
|
||||||
|
//get_vbox()->show(); why isnt this needed?
|
||||||
}
|
}
|
||||||
|
|
||||||
AddRouteDialog::~AddRouteDialog ()
|
AddRouteDialog::~AddRouteDialog ()
|
||||||
|
Loading…
Reference in New Issue
Block a user