Andy Piper <andyp(a)parallax.co.uk> writes:
At 01:42 PM 6/29/98 -0700, SL Baur wrote:
>We need to get this fixed. Andy, does your patch help cure this?
I would have thought so. Please apply it anyway since it is designed to fix
this sort of bug. I'll try and investigate. What do you have the default
face background and default background colors set to? If the former is
white and the latter is grey then, yes, I believe my patch will fix this.
Default face is
'(default ((t (:foreground "white" :background "black" :family
"lucidatypewrite
r" :size "14"))) t)
and the rest is
'(gui-element ((t (:background "gray80"))) t)
'(toolbar ((t (:background "gray80"))) t)
The first toolbar that is created has a white background. All tollbars after
this one are correctly displayed using gray80.
Only by setting this
(set-face-background 'toolbar "gray80")
in .emacs (not in the custom-face section) the first toolbar will be gray80 in
background.
Regards,
Oliver.