Update Selection API to include all Stripables
[ardour.git] / gtk2_ardour / route_time_axis.cc
index b0651a9dfbbb6e7e6501f1c3fd17476514c2adfc..8b5b17739fb7eed57c4634fffed397c5a7f2f555 100644 (file)
@@ -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);