Don't allow keepout zones to match no-net tracks.

Fixes: lp:1819250
* https://bugs.launchpad.net/kicad/+bug/1819250
This commit is contained in:
Jeff Young 2019-07-04 20:57:16 +01:00
parent bcd48d4bc2
commit 867585c1f2
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ bool PNS_KICAD_IFACE::syncZone( PNS::NODE* aWorld, ZONE_CONTAINER* aZone )
std::unique_ptr< PNS::SOLID > solid( new PNS::SOLID );
solid->SetLayer( layer );
solid->SetNet( 0 );
solid->SetNet( -1 );
solid->SetParent( aZone );
solid->SetShape( triShape );
solid->SetRoutable( false );