Eeschema: fix incorrect size of junctions on screen.
Fixes: lp:1831931 https://bugs.launchpad.net/kicad/+bug/1831931
This commit is contained in:
parent
b377b5bbed
commit
8de93ad8b4
|
@ -909,9 +909,8 @@ void SCH_PAINTER::draw( SCH_JUNCTION *aJct, int aLayer )
|
|||
else
|
||||
color = getOverlayColor( aJct, color, false );
|
||||
|
||||
m_gal->SetIsStroke(true);
|
||||
m_gal->SetIsStroke(false);
|
||||
m_gal->SetIsFill(true);
|
||||
m_gal->SetStrokeColor( color );
|
||||
m_gal->SetFillColor( color );
|
||||
m_gal->DrawCircle( aJct->GetPosition(), SCH_JUNCTION::GetEffectiveSymbolSize() / 2.0 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue