make the right-hand side blobs (for online check syntax) look a little bit
better in white-on-black mode
This commit is contained in:
parent
cd1c96d596
commit
05cd55fb04
|
@ -1326,7 +1326,10 @@
|
||||||
(send dc set-pen (send the-pen-list find-or-create-pen "red"
|
(send dc set-pen (send the-pen-list find-or-create-pen "red"
|
||||||
online-compilation-error-pen-width
|
online-compilation-error-pen-width
|
||||||
'solid 'butt 'miter))
|
'solid 'butt 'miter))
|
||||||
(send dc set-alpha .25)
|
(send dc set-alpha
|
||||||
|
(if (preferences:get 'framework:white-on-black?)
|
||||||
|
.5
|
||||||
|
.25))
|
||||||
|
|
||||||
(for ([an-error-range (in-list error-ranges)])
|
(for ([an-error-range (in-list error-ranges)])
|
||||||
(define-values (x1 y1 x2 y2 x3 y3 x4 y4) (get-box an-error-range))
|
(define-values (x1 y1 x2 y2 x3 y3 x4 y4) (get-box an-error-range))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user