mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Canvas: change API of Item::child_changed() to include bool indicate bounding_box change
This commit is contained in:
parent
d6fa458f3b
commit
fc9840f2a9
4 changed files with 10 additions and 11 deletions
|
|
@ -353,11 +353,11 @@ Grid::place (Item* i, double x, double y, double col_span, double row_span)
|
|||
}
|
||||
|
||||
void
|
||||
Grid::child_changed ()
|
||||
Grid::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