summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-06 22:16:36 +0200
committerRobin Gareus <robin@gareus.org>2017-08-06 22:17:58 +0200
commit7009ff030070c1ce9da23c00d8153e763f65901a (patch)
tree8c0a2015af098e35e9abd3c54a7ff05015965b7a /gtk2_ardour/route_time_axis.cc
parent1cbbbf6aad302e5aa91c470984fb8a7dd3ad39f1 (diff)
Update Selection API to include all Stripables
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index b0651a9dfb..8b5b17739f 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -2479,7 +2479,7 @@ RouteTimeAxisView::set_underlay_state()
if (prop) {
PBD::ID id (prop->value());
- RouteTimeAxisView* v = _editor.get_route_view_by_route_id (id);
+ StripableTimeAxisView* v = _editor.get_stripable_time_axis_by_id (id);
if (v) {
add_underlay(v->view(), false);