summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-01 19:56:33 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-01 19:56:33 -0400
commit851a3924955a52a220b9a811229abdb2e8c8315f (patch)
tree8dd07602c1b92abb8b4789c82181deef55dd1f7c /gtk2_ardour/editor_routes.cc
parentc9bb51bcca1fd199f84172c8ba43ed35ef75bb0e (diff)
likely fix for #5426 (hide all tracks doesn't work and causes inconsistent state
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;
}