diff --git a/pcbnew/zone_filler.cpp b/pcbnew/zone_filler.cpp index 6d1b340ed4..63876219fa 100644 --- a/pcbnew/zone_filler.cpp +++ b/pcbnew/zone_filler.cpp @@ -477,7 +477,7 @@ void ZONE_FILLER::buildZoneFeatureHoleList( const ZONE_CONTAINER* aZone, { int gap = zone_clearance; int thermalGap = aZone->GetThermalReliefGap( pad ); - gap = std::max( gap, thermalGap ) + outline_half_thickness; + gap = std::max( gap, thermalGap ); item_boundingbox = pad->GetBoundingBox(); item_boundingbox.Inflate( gap );