summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.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/note.cc
parenta992a2e6e07c1eb9465b2437aebe7921058f428b (diff)
remove use of TimeRectangle
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 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<NoteType> 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);