adjusted drawing order to highlight searches slightly better

svn: r10969
This commit is contained in:
Robby Findler 2008-07-29 18:25:18 +00:00
parent 402de6f090
commit 316ee3180d

View File

@ -1519,7 +1519,6 @@
(invalidate-bitmap-cache x y w h)))))))
(define/override (on-paint before? dc left top right bottom dx dy draw-caret)
(super on-paint before? dc left top right bottom dx dy draw-caret)
(when (and before?
start-para
end-para)
@ -1542,7 +1541,8 @@
w
h)))
(send dc set-pen old-pen)
(send dc set-brush old-brush))))
(send dc set-brush old-brush)))
(super on-paint before? dc left top right bottom dx dy draw-caret))
;; get-rectangle : number number ->