summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-02-11 21:56:44 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-02-11 21:59:38 -0500
commit11cfdd4c6dcee2eb4c7fae8743576b42ffde246b (patch)
tree132cb216c9bd4b9f0ddb289e5da0d8cb15ee531e /gtk2_ardour/time_axis_view.cc
parenta992a2e6e07c1eb9465b2437aebe7921058f428b (diff)
remove use of TimeRectangle
Diffstat (limited to 'gtk2_ardour/time_axis_view.cc')
-rw-r--r--gtk2_ardour/time_axis_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index 3032d834bf..a117bb64c1 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -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"));