Pcbnew: Fix Bug #1432370 (Solder mask cutouts extended by "Zone min thickness value")

This commit is contained in:
jean-pierre charras 2015-03-15 16:11:14 +01:00
parent 797ff5eeb7
commit 5c26381963
1 changed files with 1 additions and 1 deletions

View File

@ -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: