summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-17 14:21:54 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-17 14:21:54 +0000
commit748ad24ace7a37059b6812a1f9f0145d4725ba66 (patch)
tree162026ac28a6331013f37b0ee1d8cbbb46a08300 /gtk2_ardour/port_group.h
parentbe40312e01ea36e1aaa86cae8551e42353849bc2 (diff)
Small optimisation. Fix mouseover highlighting in the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@5369 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_group.h')
-rw-r--r--gtk2_ardour/port_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h
index f3f84a23ad..21dc9445cc 100644
--- a/gtk2_ardour/port_group.h
+++ b/gtk2_ardour/port_group.h
@@ -134,6 +134,7 @@ class PortGroupList : public sigc::trackable
ARDOUR::DataType _type;
mutable PortGroup::BundleList _bundles;
+ mutable bool _bundles_dirty;
List _groups;
std::vector<sigc::connection> _bundle_changed_connections;
bool _signals_suspended;