mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
canvas: when an item's position is set, its bounding box has changed
This commit is contained in:
parent
f5753dcd07
commit
c1fa1e1a29
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ Item::set_position (Duple p)
|
|||
_canvas->item_moved (this, pre_change_parent_bounding_box);
|
||||
|
||||
if (_parent) {
|
||||
_parent->child_changed (false);
|
||||
_parent->child_changed (true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue