canvas: when an item's position is set, its bounding box has changed

This commit is contained in:
Paul Davis
2021-07-27 12:26:26 -06:00
parent f5753dcd07
commit c1fa1e1a29

View File

@@ -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);
}
}
}