summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-23 01:51:17 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-23 01:51:17 +0000
commit1d0abbdcd98ca66aa1a689bd766a843ee625e099 (patch)
tree735dae301670172972165acb15d98a272c51f723 /gtk2_ardour/editor_route_groups.cc
parentec4cb52685c93c07bd37009dea521750158ccf52 (diff)
Fix behaviour of route group list's visible checkbutton.
git-svn-id: svn://localhost/ardour2/branches/3.0@7143 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index e60f8f7dc2..ecd3d3e7c4 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -556,6 +556,8 @@ EditorRouteGroups::row_change (const Gtk::TreeModel::Path&, const Gtk::TreeModel
plist.add (Properties::edit, val);
plist.add (Properties::name, string ((*iter)[_columns.text]));
+ group->set_hidden (!(*iter)[_columns.is_visible], this);
+
group->set_properties (plist);
}