set pen to black so the line separator is drawn in the right color

This commit is contained in:
Jon Rafkind 2010-11-08 13:19:21 -07:00
parent 0a179481a5
commit d920cdc945

View File

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