Make menu item for Add Track/Bus/VCA dialog consistent with window title
[ardour.git] / gtk2_ardour / time_axis_view.cc
index bdddaa0c5ae5a2c5cec1bc4aaa1326ed259267e9..84eab4a6efd86f359e82785246303f49910707f5 100644 (file)
@@ -751,7 +751,7 @@ TimeAxisView::set_selected (bool yn)
                return;
        }
 
-       Selectable::set_selected (yn);
+       AxisView::set_selected (yn);
 
        if (_selected) {
                time_axis_frame.set_shadow_type (Gtk::SHADOW_IN);