slightly increase size of a Canvas::PolyItem, to avoid left-over pixels when dragging (as well as other general incorrectness

This commit is contained in:
Paul Davis 2014-06-27 10:30:09 -04:00
parent a0cb2f95f0
commit c2dcd7eacd

View File

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