summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c9a60a7de9..1a77709a58 100644
--- a/gtk2_ardour/note.cc
+++ b/gtk2_ardour/note.cc
@@ -34,8 +34,8 @@ Note::Note (
bool with_events
)
: NoteBase (region, with_events, note)
+ , _rectangle (new ArdourCanvas::Rectangle (group))
{
- _rectangle = new ArdourCanvas::Rectangle (group);
#ifdef CANVAS_DEBUG
_rectangle->name = "note";
#endif