canvas: when an item's position is set, its bounding box has changed
This commit is contained in:
parent
f5753dcd07
commit
c1fa1e1a29
@ -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…
Reference in New Issue
Block a user