Merge with 2.0-ongoing R2885.
[ardour.git] / gtk2_ardour / mixer_ui.cc
index 94c687f829ef71caf24de848843b4659257906e9..f7a1d48a50037aee4702d1c6ab21a42d2df0c2f9 100644 (file)
@@ -311,6 +311,8 @@ Mixer_UI::add_strip (Session::RouteList& routes)
                
                Config->get_default_narrow_ms() ? _strip_width = Narrow : _strip_width = Wide;
 
+               Config->get_default_narrow_ms() ? _strip_width = Narrow : _strip_width = Wide;
+
                if (strip->width_owner() != strip) {
                        strip->set_width (_strip_width, this);
                }