line numbers separator uses the same color as the text

original commit: 576916d4d7de34fe9927eac46b2fc65a5edf9aa1
This commit is contained in:
Jon Rafkind 2011-04-04 13:07:25 -06:00
parent d2ecb2bcc6
commit 59a546f676

View File

@ -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)))