mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +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
|
|
@ -69,7 +69,7 @@ StepButton::compute_bounding_box () const
|
|||
|
||||
/* Item::bounding_box() will add children */
|
||||
|
||||
bb_clean ();
|
||||
set_bbox_clean ();
|
||||
}
|
||||
|
||||
#define CORNER_RADIUS 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue