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:
parent
f6bbf49800
commit
d1aa49e1c9
|
@ -1953,7 +1953,7 @@ void SCH_PAINTER::draw( const SCH_LINE* aLine, int aLayer )
|
||||||
|
|
||||||
if( drawingOP )
|
if( drawingOP )
|
||||||
return;
|
return;
|
||||||
color = COLOR4D( 0.0, 0.3, 0.2, 1.0 );
|
|
||||||
m_gal->SetIsStroke( true );
|
m_gal->SetIsStroke( true );
|
||||||
m_gal->SetStrokeColor( color );
|
m_gal->SetStrokeColor( color );
|
||||||
m_gal->SetLineWidth( width );
|
m_gal->SetLineWidth( width );
|
||||||
|
|
Loading…
Reference in New Issue