Marco,

Your commit about zone duplication has *very* serious issues and currently 
breaks Pcbnew:
- No test is made, so a zone can be added to the same layer (duplicate zone on 
same layers)
- No DRC performed on the new added zone on a copper layer (currently it breaks 
the board).
- The new zone is not merged with existing zones (if any)
- The duplicate zone command cannot be undone.
- The filled areas are duplicated, that is bad (filled areas are certainly bad)

see PCB_EDIT_FRAME::End_Zone( wxDC* DC ) for instance to do DRC, merging and 
others.

--
Jean-Pierre CHARRAS

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to