TimeAxisView::set_selected() needs to call AxisView::set_selected()

This commit is contained in:
Paul Davis 2016-09-23 13:37:01 -05:00
parent 238ca58c93
commit 37233fe92f

View 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);