summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:22:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:22:35 +0000
commitc2956012ff838644229e4c926f3bbb44e1d78892 (patch)
tree835bd3528055d8cc307608282810e238e5030e45 /gtk2_ardour/editor_route_groups.h
parent94658aa66ef454c232973d35bf357308c6059ab0 (diff)
add "enabled" column to editor route groups list and check logic
git-svn-id: svn://localhost/ardour2/branches/3.0@10928 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.h')
-rw-r--r--gtk2_ardour/editor_route_groups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_route_groups.h b/gtk2_ardour/editor_route_groups.h
index fc29c9bb78..94ab3658f3 100644
--- a/gtk2_ardour/editor_route_groups.h
+++ b/gtk2_ardour/editor_route_groups.h
@@ -50,6 +50,7 @@ private:
add (monitoring);
add (select);
add (edits);
+ add (active_shared);
add (active_state);
add (routegroup);
}
@@ -65,6 +66,7 @@ private:
Gtk::TreeModelColumn<bool> monitoring;
Gtk::TreeModelColumn<bool> select;
Gtk::TreeModelColumn<bool> edits;
+ Gtk::TreeModelColumn<bool> active_shared;
Gtk::TreeModelColumn<bool> active_state;
Gtk::TreeModelColumn<ARDOUR::RouteGroup*> routegroup;
};