mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Eeschema: hop over arcs: ensure they are drawn not filled.
This commit is contained in:
parent
27ac2beac5
commit
cd206a62ba
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user