canvas: bounding box changes for Container
This commit is contained in:
parent
9095057675
commit
dc48f55285
@ -74,6 +74,6 @@ void
|
|||||||
Container::compute_bounding_box () const
|
Container::compute_bounding_box () const
|
||||||
{
|
{
|
||||||
_bounding_box = Rect ();
|
_bounding_box = Rect ();
|
||||||
add_child_bounding_boxes ();
|
/* nothing to do here; Item::bounding_box() will add all children for us */
|
||||||
_bounding_box_dirty = false;
|
bb_clean ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user