canvas: use Item::bb_clean() to mark _bounding_box_dirty false

This commit is contained in:
Paul Davis 2021-07-27 13:13:14 -06:00
parent 5b123441f4
commit ad6afbe68a
18 changed files with 35 additions and 21 deletions

View file

@ -1316,3 +1316,10 @@ Item::set_layout_sensitive (bool yn)
{
_layout_sensitive = yn;
}
void
Item::bb_clean () const
{
_bounding_box_dirty = false;
}