← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Fix duplicated pin in case of multipart symbol creation

 

I merged your patch in the master branch.  Thank you for your
contribution to KiCad.

Cheers,

Wayne

On 9/5/2017 1:29 PM, Jean-Samuel Reynaud wrote:
> Hi All,
> 
> Please find attached a patch to fix issue like this bug report:
> https://bugs.launchpad.net/kicad/+bug/1509936
> 
> Linked pin should be created (eeschema/pinedit.cpp:CreateImagePins) only
> if the pin IS common to all unit.
> So loop skip (continue instruction) should be called only if pin is NOT
> common to all unit.
> 
> I know that schematic editor is currently undergoing major recontruction
> but perhaps this quick fix could help some users...
> 
> Regards,
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References