From 0f2ead3d6b2a643f0794ef7831d2926e01cfae2a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 20 Mar 2015 23:31:21 +0100 Subject: fix redraw of automation ControlPoints --- libs/canvas/rectangle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/canvas/rectangle.cc') diff --git a/libs/canvas/rectangle.cc b/libs/canvas/rectangle.cc index 557e8763c7..07288d5d33 100644 --- a/libs/canvas/rectangle.cc +++ b/libs/canvas/rectangle.cc @@ -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; -- cgit v1.2.3