Eeschema: hop over arcs: ensure they are drawn not filled.

This commit is contained in:
jean-pierre charras 2025-06-16 08:53:38 +02:00
parent 27ac2beac5
commit cd206a62ba

View File

@ -1479,6 +1479,7 @@ void SCH_PAINTER::draw( const SCH_LINE* aLine, int aLayer )
return;
m_gal->SetIsStroke( true );
m_gal->SetIsFill( false );
m_gal->SetStrokeColor( color );
m_gal->SetLineWidth( width );