mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Canvas: child_changed() API fix for Box
This commit is contained in:
parent
fc9840f2a9
commit
84afcb62c4
2 changed files with 3 additions and 3 deletions
|
|
@ -265,11 +265,11 @@ Box::add (Item* i)
|
|||
}
|
||||
|
||||
void
|
||||
Box::child_changed ()
|
||||
Box::child_changed (bool bbox_changed)
|
||||
{
|
||||
/* catch visibility and size changes */
|
||||
|
||||
Item::child_changed ();
|
||||
Item::child_changed (bbox_changed);
|
||||
reposition_children ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue