fix flash highlight

original commit: 3a17b284a7f454567340e97bf59a9806bedce3ed
This commit is contained in:
Matthew Flatt 2010-09-14 12:56:21 -06:00
parent 3b7c5a78ea
commit 883b6c972b

View File

@ -5261,8 +5261,8 @@
(and s-caret-snip (not (pair? show-caret)))
(not hilite-on?)
(= -startpos -endpos)
(endpos . < . pcounter)
(startpos . > . (+ pcounter (mline-len line))))]
(-endpos . < . pcounter)
(-startpos . > . (+ pcounter (mline-len line))))]
[(hilite-some? hsxs hsxe hsys hsye old-style)
(process-snips draw-first? #f old-style)])
(when (and (positive? wrap-bitmap-width)