adjusted drawing order to highlight searches slightly better

svn: r10969

original commit: 316ee3180da35c868a3225b0a24d56c41107a9a0
This commit is contained in:
Robby Findler 2008-07-29 18:25:18 +00:00
parent c474319f09
commit d5aaa11307

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 ->