summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-10 11:10:07 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-10 11:10:38 -0400
commit032f394b2a0b975bc47760035de8e25310747972 (patch)
tree5057d1a0f9c428d6a582acf31a8fde82051c2f78 /libs
parentec0be1310f48cde4a2a85f5caaecadf632023394 (diff)
tiny red dots, be gone (expand poly_item bounding box by correct (?) amount)
Diffstat (limited to 'libs')
-rw-r--r--libs/canvas/poly_item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/canvas/poly_item.cc b/libs/canvas/poly_item.cc
index d50b456fc6..88b9af7878 100644
--- a/libs/canvas/poly_item.cc
+++ b/libs/canvas/poly_item.cc
@@ -56,7 +56,7 @@ PolyItem::compute_bounding_box () const
++i;
}
- _bounding_box = bbox.expand (_outline_width / 2);
+ _bounding_box = bbox.expand (_outline_width);
} else {