summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-10 02:44:56 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-10 02:44:56 +0000
commit4569f40a3809ced81374550642bc053202211bc2 (patch)
treee9c0fc3b4eba8bd340e8d9352ec5989a57180480 /gtk2_ardour/mixer_strip.cc
parent8ca49536e78b67c190036bcd17c0f26214ae36ff (diff)
Prevent erroneous splitting icons in the editor mixer strip's processor box.
git-svn-id: svn://localhost/ardour2/branches/3.0@8816 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 33b012aebb..8794381229 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -1904,3 +1904,9 @@ MixerStrip::plugin_selector()
{
return _mixer.plugin_selector();
}
+
+void
+MixerStrip::hide_things ()
+{
+ processor_box.hide_things ();
+}