fix minor bug in 'display-end functionality in invalidate-bitmap-cache
This commit is contained in:
parent
cc0f246048
commit
822895fd68
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user