13
0

Patch from timbyr to stop the startup dialog

unexpectedly resizing when you ask for more options
(#5068).


git-svn-id: svn://localhost/ardour2/branches/3.0@13159 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-09-01 11:32:38 +00:00
parent c779474c13
commit fb9a184340

View File

@ -1250,10 +1250,11 @@ ArdourStartup::setup_more_options_page ()
_limit_output_ports.signal_clicked().connect (sigc::mem_fun (*this, &ArdourStartup::limit_outputs_clicked));
_create_master_bus.signal_clicked().connect (sigc::mem_fun (*this, &ArdourStartup::master_bus_button_clicked));
/* note that more_options_vbox is NOT visible by
* default. this is entirely by design - this page
* should be skipped unless explicitly requested.
/* note that more_options_vbox is "visible" by default even
* though it may not be displayed to the user, this is so the dialog
* doesn't resize.
*/
more_options_vbox.show_all ();
session_options_page_index = append_page (more_options_vbox);
set_page_title (more_options_vbox, _("Advanced Session Options"));