fix one way that rectangles could have the left side be to the
right of the right side
This commit is contained in:
parent
ba89a5da92
commit
f8793c0cc2
|
@ -213,7 +213,7 @@
|
|||
(define-values (start-x top-start-y bottom-start-y)
|
||||
(begin
|
||||
(position-locations start b1 b2 #f b3 start-eol? #t)
|
||||
(values (if caret-space?
|
||||
(values (if (and caret-space? (not (= start end)))
|
||||
(+ 1 (unbox b1))
|
||||
(unbox b1))
|
||||
(unbox b2)
|
||||
|
|
Loading…
Reference in New Issue
Block a user