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
This commit is contained in:
jean-pierre charras 2023-11-27 15:42:04 +01:00
parent f6bbf49800
commit d1aa49e1c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 );