mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +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
|
|
@ -170,13 +170,13 @@ Meter::compute_bounding_box () const
|
|||
{
|
||||
if (!_canvas) {
|
||||
_bounding_box = Rect ();
|
||||
bb_clean ();
|
||||
set_bbox_clean ();
|
||||
return;
|
||||
}
|
||||
|
||||
Rect r (0, 0, pixwidth + 2, pixheight + 2);
|
||||
_bounding_box = r;
|
||||
bb_clean ();
|
||||
set_bbox_clean ();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue