← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 2/2] Corruption when moving pins in library editor

 

Le 05/02/2013 22:49, Anton Blanchard a écrit :
Every time I move a pin in the library editor I end up with a different
colored artifact of the pin text in the original position. This happens
because we clear the old text by XOR'ing with the pin color, not the pin
text color.

The following patch looks up the pin name and pin number layers for
the colors instead of using the pin color. It also uses UNSPECIFIED_COLOR
in a few places where it was open coded.
This patch is not good: it breaks other things.
I committed a fix for this issue.

--
Jean-Pierre CHARRAS



References