fix redraw of automation ControlPoints

This commit is contained in:
Robin Gareus 2015-03-20 23:31:21 +01:00
parent 322ec39761
commit 0f2ead3d6b

View File

@ -181,7 +181,7 @@ Rectangle::compute_bounding_box () const
than the rectangle itself.
*/
_bounding_box = r.expand (_outline_width * 0.5);
_bounding_box = r.expand (1.0 + _outline_width * 0.5);
}
_bounding_box_dirty = false;