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
1 changed files with 2 additions and 2 deletions

View File

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