set pen to black so the line separator is drawn in the right color
original commit: d920cdc945e8455e33a55fb26b2b7c3f3ccfb9c2
This commit is contained in:
parent
dceffd7fee
commit
6306af91de
|
@ -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