Update mixer strip colours when route active state changes
[ardour.git] / gtk2_ardour / mixer_strip.cc
index 9a7a447e460f95503901b873f1ae9875b69f683f..f767396308265762650428719fbdc7ae953d2856 100644 (file)
@@ -2071,3 +2071,9 @@ MixerStrip::add_output_port (DataType t)
 {
        _route->output()->add_port ("", this, t);
 }
+
+void
+MixerStrip::route_active_changed ()
+{
+       reset_strip_style ();
+}