move computation of TimeAxisViewItem fixed heights into a static member function...
[ardour.git] / gtk2_ardour / editor_route_groups.cc
index e60f8f7dc2db2ae7e90d70a06706191046748890..c30132a3b883ab4d4537be7e9080b696c7f0d5c7 100644 (file)
@@ -20,7 +20,6 @@
 #include <cstdlib>
 #include <cmath>
 
-#include <gtkmm2ext/stop_signal.h>
 #include <gtkmm2ext/gtk_ui.h>
 #include "ardour/route_group.h"
 
@@ -556,6 +555,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);
 }