summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-04-06 00:36:36 +0000
committerCarl Hetherington <carl@carlh.net>2011-04-06 00:36:36 +0000
commit72f85f6cec86ff30de85103c11c11fcfa62f48b5 (patch)
tree29d860467cbdad5ea12ed7f810706feb10940e56 /gtk2_ardour/editor_route_groups.h
parenteaf2c28d99e9af95a4aabfde2201a6a9596280a1 (diff)
Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise visible status between editor and mixer.
git-svn-id: svn://localhost/ardour2/branches/3.0@9297 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.h')
-rw-r--r--gtk2_ardour/editor_route_groups.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.h b/gtk2_ardour/editor_route_groups.h
index c5e4eda254..d881655467 100644
--- a/gtk2_ardour/editor_route_groups.h
+++ b/gtk2_ardour/editor_route_groups.h
@@ -81,7 +81,8 @@ private:
Gtk::VBox _display_packer;
Gtk::ToggleButton _all_group_active_button;
bool _in_row_change;
- PBD::ScopedConnection property_changed_connection;
+ PBD::ScopedConnectionList _property_changed_connections;
+ PBD::ScopedConnection all_route_groups_changed_connection;
};