remove use of TimeRectangle
[ardour.git] / gtk2_ardour / time_axis_view.cc
index 3032d834bfda4bacbef7fc21b9e17831d623195d..a117bb64c1060424be547f2426edfb33fcf4dbb2 100644 (file)
@@ -1028,7 +1028,7 @@ TimeAxisView::get_selection_rect (uint32_t id)
 
                rect = new SelectionRect;
 
-               rect->rect = new ArdourCanvas::TimeRectangle (selection_group);
+               rect->rect = new ArdourCanvas::Rectangle (selection_group);
                CANVAS_DEBUG_NAME (rect->rect, "selection rect");
                rect->rect->set_outline (false);
                rect->rect->set_fill_color (ARDOUR_UI::config()->color_mod ("selection rect", "selection rect"));