diff --git a/eeschema/sch_painter.cpp b/eeschema/sch_painter.cpp index 3f8fff579e..d8478f1e83 100644 --- a/eeschema/sch_painter.cpp +++ b/eeschema/sch_painter.cpp @@ -1953,7 +1953,7 @@ void SCH_PAINTER::draw( const SCH_LINE* aLine, int aLayer ) if( drawingOP ) return; -color = COLOR4D( 0.0, 0.3, 0.2, 1.0 ); + m_gal->SetIsStroke( true ); m_gal->SetStrokeColor( color ); m_gal->SetLineWidth( width );