fix minor bug in 'display-end functionality in invalidate-bitmap-cache

This commit is contained in:
Robby Findler 2010-10-29 15:06:48 -05:00
parent cc0f246048
commit 822895fd68

View File

@ -4887,7 +4887,9 @@
(min refresh-t top)
top)
right (if (not refresh-box-unset?)
(max bottom refresh-b)
(if (eq? refresh-b 'display-end)
bottom
(max bottom refresh-b))
bottom)
#t))
(values (max refresh-l left)