summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-03 01:44:17 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-03 01:44:17 +0000
commit154c2a35d7a14eda847a6a610f5fbe8fb17109d8 (patch)
tree0ab60ea0bd686f2fde078a5ff3a0d7a74135f7d6 /gtk2_ardour/mixer_strip.h
parent22d87a18dc602ef29a82f5c1fa68ba00ecacfe4b (diff)
Allow overrides of the user-set visibility stuff and use it to make sure the master bus doesn't get solo isolate etc. (#4431).
git-svn-id: svn://localhost/ardour2/branches/3.0@10407 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 6cb084922a..5c2cf50f33 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -301,6 +301,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
* the RC option editor.
*/
VisibilityGroup _visibility;
+ boost::optional<bool> override_solo_visibility () const;
PBD::ScopedConnection _config_connection;