canvas: when an item has its bbox marked dirty, this should propagate to all parents

This commit is contained in:
Paul Davis 2022-04-26 21:57:39 -06:00
parent d54d63da3a
commit c75ceb31ab
16 changed files with 71 additions and 58 deletions

View file

@ -57,7 +57,7 @@ void
PolyLine::set_fill_y1 (double y1)
{
begin_change ();
_bounding_box_dirty = true;
set_bbox_dirty ();
_y1 = y1;
end_change ();
}