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
|
||||
{
|
||||
_bounding_box = Rect ();
|
||||
add_child_bounding_boxes ();
|
||||
_bounding_box_dirty = false;
|
||||
/* nothing to do here; Item::bounding_box() will add all children for us */
|
||||
bb_clean ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user