diff --git a/pcbnew/pcb_painter.cpp b/pcbnew/pcb_painter.cpp index 45f03be006..6fa09e86dc 100644 --- a/pcbnew/pcb_painter.cpp +++ b/pcbnew/pcb_painter.cpp @@ -1623,8 +1623,6 @@ void PCB_PAINTER::draw( const PAD* aPad, int aLayer ) } else if( aPad->GetEffectiveHoleShape() && clearance > 0 ) { - clearance += m_holePlatingThickness; - std::shared_ptr slot = aPad->GetEffectiveHoleShape(); m_gal->DrawSegment( slot->GetSeg().A, slot->GetSeg().B, slot->GetWidth() + 2 * clearance );