pcb

Comment 4 for bug 699306

Revision history for this message
Joel Silvestre (j-silvestre) wrote :

If I understand correctly 'InvisibleObjectsColor' is not defined as an action but as a resource.

http://pcb.gpleda.org/pcb-cvs/pcb.html#Resources

I think this bug is just a typo, just replace :

`elementColor (color)'
    Elements located on the opposite side of the board are drawn in this color. The default is XtDefaultForeground.

with :

`invisibleObjectsColor (color)'
    Elements located on the opposite side of the board are drawn in this color. The default is XtDefaultForeground.

As an example follows the settings file I use :

cat .pcb/settings

media = A4
background-color = #000000
crosshair-color = #304020
element-color = #505020
invisible-objects-color = #608030
layer-color-1 = #FF0000
layer-color-2 = #E34000
layer-color-3 = #D94C00
layer-color-4 = #0000FF
layer-color-5 = #0051FF
layer-color-6 = #0077FF
layer-color-7 = #7F6167
layer-color-8 = #6A617F
selected-color = #302040
via-color = #404040
pin-color = #404040