Fix show/hide of group tabs on session load (#3790).

git-svn-id: svn://localhost/ardour2/branches/3.0@8920 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-22 00:11:32 +00:00
parent 5369f0b121
commit f9bf2aa8ec
2 changed files with 5 additions and 2 deletions

View File

@ -821,11 +821,11 @@ Editor::show_window ()
be nicer if we could just call show () above rather
than needing the show_all ()
*/
/* re-hide stuff if necessary */
editor_list_button_toggled ();
parameter_changed ("show-summary");
parameter_changed ("show-edit-group-tabs");
parameter_changed ("show-group-tabs");
parameter_changed ("show-zoom-tools");
/* now reset all audio_time_axis heights, because widgets might need

View File

@ -250,6 +250,9 @@ Mixer_UI::show_window ()
if (!_visible) {
set_window_pos_and_size ();
/* show/hide group tabs as required */
parameter_changed ("show-group-tabs");
/* now reset each strips width so the right widgets are shown */
MixerStrip* ms;