mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
move construction point
This commit is contained in:
parent
7eb40ae6c8
commit
faf5bc982b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue