..
original commit: 9b2ebb140b3ef544c596c8eb67070e1f61656b10
This commit is contained in:
parent
301f5c10cb
commit
e7ae508e52
|
@ -267,6 +267,7 @@
|
||||||
cursor-gaps)])
|
cursor-gaps)])
|
||||||
(set-cursor (and (or gap
|
(set-cursor (and (or gap
|
||||||
resizing-y)
|
resizing-y)
|
||||||
|
(send (icon:get-up/down-cursor) ok?)
|
||||||
(icon:get-up/down-cursor)))
|
(icon:get-up/down-cursor)))
|
||||||
(cond
|
(cond
|
||||||
[(and gap (send evt button-down? 'left))
|
[(and gap (send evt button-down? 'left))
|
||||||
|
|
|
@ -556,7 +556,8 @@
|
||||||
left
|
left
|
||||||
right
|
right
|
||||||
(if error? mismatch-color match-color)
|
(if error? mismatch-color match-color)
|
||||||
(icon:get-paren-highlight-bitmap)
|
(and (send (icon:get-paren-highlight-bitmap) ok?)
|
||||||
|
(icon:get-paren-highlight-bitmap))
|
||||||
(= there here left))])
|
(= there here left))])
|
||||||
(set! clear-old-locations
|
(set! clear-old-locations
|
||||||
(let ([old clear-old-locations])
|
(let ([old clear-old-locations])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user