Pcbnew: Fix Bug #1432370 (Solder mask cutouts extended by "Zone min thickness value")
This commit is contained in:
parent
797ff5eeb7
commit
5c26381963
|
@ -104,7 +104,7 @@ bool ZONE_CONTAINER::BuildFilledSolidAreasPolygons( BOARD* aPcb, CPOLYGONS_LIST*
|
|||
else
|
||||
{
|
||||
int margin = m_ZoneMinThickness / 2;
|
||||
m_smoothedPoly->m_CornersList.InflateOutline(m_FilledPolysList, margin, true );
|
||||
m_smoothedPoly->m_CornersList.InflateOutline(m_FilledPolysList, -margin, true );
|
||||
}
|
||||
|
||||
if( m_FillMode ) // if fill mode uses segments, create them:
|
||||
|
|
Loading…
Reference in New Issue