fix flash highlight
This commit is contained in:
parent
f51345b512
commit
3a17b284a7
|
@ -5261,8 +5261,8 @@
|
||||||
(and s-caret-snip (not (pair? show-caret)))
|
(and s-caret-snip (not (pair? show-caret)))
|
||||||
(not hilite-on?)
|
(not hilite-on?)
|
||||||
(= -startpos -endpos)
|
(= -startpos -endpos)
|
||||||
(endpos . < . pcounter)
|
(-endpos . < . pcounter)
|
||||||
(startpos . > . (+ pcounter (mline-len line))))]
|
(-startpos . > . (+ pcounter (mline-len line))))]
|
||||||
[(hilite-some? hsxs hsxe hsys hsye old-style)
|
[(hilite-some? hsxs hsxe hsys hsye old-style)
|
||||||
(process-snips draw-first? #f old-style)])
|
(process-snips draw-first? #f old-style)])
|
||||||
(when (and (positive? wrap-bitmap-width)
|
(when (and (positive? wrap-bitmap-width)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user