summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-11-03 21:48:02 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-11-03 21:48:08 -0500
commitf1e6b28ab7759f9bc93eb965cbe7740f1bafb2d3 (patch)
treef2403f8e8789787c2215a7899378fe1259084889 /gtk2_ardour/note.cc
parent56994e785ec49f79e65b2e31535119d85c7100a0 (diff)
use ArdourCanvas::TimeRectangle for regions, notes, markers
Diffstat (limited to 'gtk2_ardour/note.cc')
-rw-r--r--gtk2_ardour/note.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/note.cc b/gtk2_ardour/note.cc
index dc8decf837..ddfb11fe8e 100644
--- a/gtk2_ardour/note.cc
+++ b/gtk2_ardour/note.cc
@@ -33,7 +33,7 @@ using namespace ArdourCanvas;
Note::Note (
MidiRegionView& region, Item* parent, const boost::shared_ptr<NoteType> note, bool with_events)
: NoteBase (region, with_events, note)
- , _rectangle (new ArdourCanvas::Rectangle (parent))
+ , _rectangle (new ArdourCanvas::TimeRectangle (parent))
{
CANVAS_DEBUG_NAME (_rectangle, "note");
set_item (_rectangle);