Remove a fix committed in 6b78fdf by mistake.

This commit is contained in:
jean-pierre charras 2020-02-17 13:00:56 +01:00
parent 201c380925
commit 8862752523
1 changed files with 1 additions and 1 deletions

View File

@ -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 );