svn: r16995

original commit: 54adde155a338d2820f6e9a2d422fdcdb3951022
This commit is contained in:
Robby Findler 2009-11-23 17:05:09 +00:00
parent 353a1ddddc
commit 84ae3db260

View File

@ -475,7 +475,7 @@ WARNING: printf is rebound in the body of the unit to always
[top (rectangle-top rectangle)]
[right (if (number? (rectangle-right rectangle))
(rectangle-right rectangle)
view-x)]
(+ view-x view-width))]
[bottom (rectangle-bottom rectangle)]
[width (max 0 (- right left))]
[height (max 0 (- bottom top))])