Remove a fix committed in 6b78fdf
by mistake.
This commit is contained in:
parent
201c380925
commit
8862752523
|
@ -477,7 +477,7 @@ void ZONE_FILLER::buildZoneFeatureHoleList( const ZONE_CONTAINER* aZone,
|
||||||
{
|
{
|
||||||
int gap = zone_clearance;
|
int gap = zone_clearance;
|
||||||
int thermalGap = aZone->GetThermalReliefGap( pad );
|
int thermalGap = aZone->GetThermalReliefGap( pad );
|
||||||
gap = std::max( gap, thermalGap ) + outline_half_thickness;
|
gap = std::max( gap, thermalGap );
|
||||||
item_boundingbox = pad->GetBoundingBox();
|
item_boundingbox = pad->GetBoundingBox();
|
||||||
item_boundingbox.Inflate( gap );
|
item_boundingbox.Inflate( gap );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue