parent
1f3727f548
commit
ab6aa08f33
|
@ -874,7 +874,7 @@ bool BuildFootprintPolygonOutlines( BOARD* aBoard, SHAPE_POLY_SET& aOutlines, in
|
||||||
if( !segList.empty() )
|
if( !segList.empty() )
|
||||||
{
|
{
|
||||||
success = ConvertOutlineToPolygon( segList, outlines, aErrorMax, aChainingEpsilon,
|
success = ConvertOutlineToPolygon( segList, outlines, aErrorMax, aChainingEpsilon,
|
||||||
false, aErrorHandler );
|
true, aErrorHandler );
|
||||||
}
|
}
|
||||||
|
|
||||||
// A closed outline was found on Edge_Cuts
|
// A closed outline was found on Edge_Cuts
|
||||||
|
|
Loading…
Reference in New Issue