Disallow external fillets on self, not just interacting zones.

Fixes https://gitlab.com/kicad/code/kicad/issues/5947
This commit is contained in:
Jeff Young 2020-10-10 13:10:52 +01:00
parent b2124a34dc
commit 527d5f1290
1 changed files with 1 additions and 2 deletions

View File

@ -1217,7 +1217,6 @@ bool ZONE_CONTAINER::BuildSmoothedPoly( SHAPE_POLY_SET& aSmoothedPoly, PCB_LAYER
smooth( aSmoothedPoly );
if( interactingZones.size() )
aSmoothedPoly.BooleanIntersection( *maxExtents, SHAPE_POLY_SET::PM_FAST );
return true;