From d1aa49e1c9e1137a9d24ae22dac7000190b93222 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 27 Nov 2023 15:42:04 +0100 Subject: [PATCH] Eeschema, sch_painter.cpp: remove a line that was used only for a test. It was added during a debug... and forgotten in code. Fixes #16176 https://gitlab.com/kicad/code/kicad/-/issues/16176 --- eeschema/sch_painter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );