mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
initialize _scroll_parent in Canvas::item
This commit is contained in:
parent
f1533a03da
commit
465456dbf4
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ Item::Item (Group* parent)
|
|||
, Outline (*this)
|
||||
, _canvas (parent->canvas())
|
||||
, _parent (parent)
|
||||
, _scroll_parent (0)
|
||||
, _visible (true)
|
||||
, _bounding_box_dirty (true)
|
||||
, _ignore_events (false)
|
||||
|
|
@ -69,6 +70,7 @@ Item::Item (Group* parent, Duple const& p)
|
|||
, Outline (*this)
|
||||
, _canvas (parent->canvas())
|
||||
, _parent (parent)
|
||||
, _scroll_parent (0)
|
||||
, _position (p)
|
||||
, _visible (true)
|
||||
, _bounding_box_dirty (true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue