From 11cfdd4c6dcee2eb4c7fae8743576b42ffde246b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 11 Feb 2015 21:56:44 -0500 Subject: remove use of TimeRectangle --- gtk2_ardour/note.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/note.cc') diff --git a/gtk2_ardour/note.cc b/gtk2_ardour/note.cc index bc10d79d8b..ea12712e4a 100644 --- a/gtk2_ardour/note.cc +++ b/gtk2_ardour/note.cc @@ -32,7 +32,7 @@ using namespace ArdourCanvas; Note::Note ( MidiRegionView& region, Item* parent, const boost::shared_ptr note, bool with_events) : NoteBase (region, with_events, note) - , _rectangle (new ArdourCanvas::TimeRectangle (parent)) + , _rectangle (new ArdourCanvas::Rectangle (parent)) { CANVAS_DEBUG_NAME (_rectangle, "note"); set_item (_rectangle); -- cgit v1.2.3