summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 4d91119c3d..d0918a026a 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -1051,6 +1051,7 @@ EditorRoutes::set_all_tracks_visibility (bool yn)
continue;
}
+ tv->set_marked_for_display (yn);
(*i)[_columns.visible] = yn;
}