mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
canvas: bounding box changes for Container
This commit is contained in:
parent
9095057675
commit
dc48f55285
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue