tiny red dots, be gone (expand poly_item bounding box by correct (?) amount)

This commit is contained in:
Paul Davis 2014-03-10 11:10:07 -04:00
parent ec0be1310f
commit 032f394b2a

View File

@ -56,7 +56,7 @@ PolyItem::compute_bounding_box () const
++i;
}
_bounding_box = bbox.expand (_outline_width / 2);
_bounding_box = bbox.expand (_outline_width);
} else {