Skip to content

Properly update parent item's bounding rect when moving item

Vlad Zahorodnii requested to merge work/zzag/fix-bounding-rect into master

The bounding rect of an item is in the item-local coordinate space. If the item is moved, its bounding rect won't change, but the parent's bounding rect, may change.

BUG: 443756

Merge request reports