diff --git a/pcbnew/pcb_painter.cpp b/pcbnew/pcb_painter.cpp index 4acebe722f..8312f772c9 100644 --- a/pcbnew/pcb_painter.cpp +++ b/pcbnew/pcb_painter.cpp @@ -1670,8 +1670,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 );