← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 1/2] Refresh screen when placing a pin

 

Le 05/02/2013 22:48, Anton Blanchard a écrit :
When moving most symbols in the component editor we refresh the screen
(OnLeftClick -> EndDrawGraphicItem). Pins are a special case and call
into PlacePin which doesn't trigger a refresh.

As a result of this, we end up with corruption whenever we move a pin.
This patch removes the redraw of the pin being moved and triggers a
refresh, similar to other symbols.
I committed this change (with some other changes) in rev 3931
Thanks.

--
Jean-Pierre CHARRAS



References