13
0

Fix behaviour of route group list's visible checkbutton.

git-svn-id: svn://localhost/ardour2/branches/3.0@7143 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-23 01:51:17 +00:00
parent ec4cb52685
commit 1d0abbdcd9

View File

@ -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);
}