mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
canvas: change Item::bb_clean() to better named Item::set_bbox_clean()
This commit is contained in:
parent
c75ceb31ab
commit
f913373351
19 changed files with 24 additions and 24 deletions
|
|
@ -78,7 +78,7 @@ Box::compute_bounding_box () const
|
|||
_bounding_box = Rect();
|
||||
|
||||
if (_items.empty()) {
|
||||
bb_clean ();
|
||||
set_bbox_clean ();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ Box::compute_bounding_box () const
|
|||
left_padding + outline_width() + left_margin);
|
||||
}
|
||||
|
||||
bb_clean ();
|
||||
set_bbox_clean ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue