fix re-drawing of splitting icon
[ardour.git] / gtk2_ardour / mixer_ui.h
index 8a293f7f9f8ee8d361411cdae5027ddf6d56dbaf..4f1c6823e76ce5cc9400f9ecebd1e1bc8b627197 100644 (file)
@@ -66,7 +66,7 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
 
        PluginSelector* plugin_selector();
 
-       void  set_strip_width (Width);
+       void  set_strip_width (Width, bool save = false);
        Width get_strip_width () const { return _strip_width; }
 
        void unselect_strip_in_display (MixerStrip*);