Fix missing comment.
[ardour.git] / gtk2_ardour / note.cc
index bc10d79d8b0c4ab4cd9eb37fdd6c72a72a24ffc9..ea12712e4a313e55fe408e8c5ebdf0ebca65c5c1 100644 (file)
@@ -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);