set pen to black so the line separator is drawn in the right color
This commit is contained in:
parent
0a179481a5
commit
d920cdc945
|
@ -3758,6 +3758,7 @@ designates the character that triggers autocompletion
|
|||
|
||||
;; set the dc stuff to values we want
|
||||
(define (setup-dc dc)
|
||||
(send dc set-pen "black" 1 'solid)
|
||||
(send dc set-font (get-style-font))
|
||||
(send dc set-text-foreground (make-object color% line-numbers-color)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user