.
original commit: 7a58fa0c86e2aa537381ea8ee33cf72bf9e6f4eb
This commit is contained in:
parent
9b4698a09a
commit
38b8f80320
|
@ -104,13 +104,11 @@
|
|||
|
||||
(define/override (draw dc x y left top right bottom dx dy draw-caret)
|
||||
(cond
|
||||
[argb
|
||||
(let ([bitmap (get-bitmap)])
|
||||
(send dc draw-bitmap bitmap x y 'solid
|
||||
(send the-color-database find-color "black")
|
||||
(send bitmap get-loaded-mask)))]
|
||||
[dc-proc
|
||||
(dc-proc dc x y)]
|
||||
[argb (let ([bitmap (get-bitmap)])
|
||||
(send dc draw-bitmap bitmap x y 'solid
|
||||
(send the-color-database find-color "black")
|
||||
(send bitmap get-loaded-mask)))]
|
||||
[dc-proc (dc-proc dc x y)]
|
||||
[else (void)]))
|
||||
|
||||
(define/override (write f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user