No-op; coding style.
[ardour.git] / gtk2_ardour / mixer_ui.cc
index 264b975735188679cf617e40f2e8f3f0ed564d99..dc3aced9787d52bd0779f86ce34c97318a3e88bf 100644 (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;