summaryrefslogtreecommitdiff
path: root/libs/canvas/rectangle.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-09 11:33:09 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-09 11:39:57 -0400
commit52c8b6d66a34952c4b0cd02eba722cd1b26bef17 (patch)
treebd4c2da0c634bdc048a5cf8a3c1a81dc5d779fb4 /libs/canvas/rectangle.cc
parentfc94f71d5a6b1152e7861a98407c487b579d0593 (diff)
stupid hack to fix rectangle damage noise
Diffstat (limited to 'libs/canvas/rectangle.cc')
-rw-r--r--libs/canvas/rectangle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/canvas/rectangle.cc b/libs/canvas/rectangle.cc
index 3512c617e1..7fd61e6cc4 100644
--- a/libs/canvas/rectangle.cc
+++ b/libs/canvas/rectangle.cc
@@ -124,7 +124,7 @@ Rectangle::compute_bounding_box () const
box for the right and bottom edges, see ::render() above
*/
- // r.x1 += 0.5;
+ r.x1 += 1.0; // XXX this makes no sense but is necessary
r.y1 += 0.5;
_bounding_box = r;