canvas: change Item::bb_clean() to better named Item::set_bbox_clean()

This commit is contained in:
Paul Davis 2022-04-26 22:02:22 -06:00
parent c75ceb31ab
commit f913373351
19 changed files with 24 additions and 24 deletions

View file

@ -64,7 +64,7 @@ Arc::compute_bounding_box () const
bbox = bbox.expand (0.5 + (_outline_width / 2));
_bounding_box = bbox;
bb_clean ();
set_bbox_clean ();
}
void