diff --git a/eeschema/sch_painter.cpp b/eeschema/sch_painter.cpp index 134dc40b66..9cb3203c6e 100644 --- a/eeschema/sch_painter.cpp +++ b/eeschema/sch_painter.cpp @@ -909,9 +909,8 @@ void SCH_PAINTER::draw( SCH_JUNCTION *aJct, int aLayer ) else color = getOverlayColor( aJct, color, false ); - m_gal->SetIsStroke(true); + m_gal->SetIsStroke(false); m_gal->SetIsFill(true); - m_gal->SetStrokeColor( color ); m_gal->SetFillColor( color ); m_gal->DrawCircle( aJct->GetPosition(), SCH_JUNCTION::GetEffectiveSymbolSize() / 2.0 ); }