summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 8024fbabd4..9ca93e8f03 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -1206,6 +1206,14 @@ MixerStrip::map_frozen ()
break;
}
}
+
+
+ hide_redirect_editors ();
+}
+
+void
+MixerStrip::hide_redirect_editors ()
+{
_route->foreach_processor (this, &MixerStrip::hide_processor_editor);
}