line numbers separator uses the same color as the text
original commit: 576916d4d7de34fe9927eac46b2fc65a5edf9aa1
This commit is contained in:
parent
d2ecb2bcc6
commit
59a546f676
|
@ -3845,7 +3845,7 @@ designates the character that triggers autocompletion
|
|||
|
||||
;; set the dc stuff to values we want
|
||||
(define/private (setup-dc dc)
|
||||
(send dc set-pen "black" 1 'solid)
|
||||
(send dc set-pen (get-foreground) 1 'solid)
|
||||
(send dc set-font (get-style-font))
|
||||
(send dc set-text-foreground (get-foreground)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user