13
0

canvas: bounding box changes for Container

This commit is contained in:
Paul Davis 2021-07-27 13:21:03 -06:00
parent 9095057675
commit dc48f55285

View File

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