From da7d7f950233f109f82f7e7ea5c62f81ef3d7bbb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 6 Jul 2016 13:37:30 -0400 Subject: many changes associated with rationalizing selection flow --- gtk2_ardour/editor_routes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_routes.cc') diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc index 9c827c1412..e46fcfee5a 100644 --- a/gtk2_ardour/editor_routes.cc +++ b/gtk2_ardour/editor_routes.cc @@ -1802,7 +1802,7 @@ EditorRoutes::show_tracks_with_regions_at_playhead () set show; for (RouteList::const_iterator i = r->begin(); i != r->end(); ++i) { - TimeAxisView* tav = _editor->axis_view_from_route (*i); + TimeAxisView* tav = _editor->axis_view_from_stripable (*i); if (tav) { show.insert (tav); } -- cgit v1.2.3