mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
Use hairlines for point editor construction lines.
This commit is contained in:
parent
55097b9539
commit
70d1950bbe
@ -323,7 +323,7 @@ void EDIT_POINTS::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
|
|||||||
|
|
||||||
if( line.DrawLine() )
|
if( line.DrawLine() )
|
||||||
{
|
{
|
||||||
gal->SetLineWidth( borderSize );
|
gal->SetLineWidth( borderSize / 4 );
|
||||||
gal->SetStrokeColor( borderColor );
|
gal->SetStrokeColor( borderColor );
|
||||||
gal->DrawLine( line.GetOrigin().GetPosition(), line.GetEnd().GetPosition() );
|
gal->DrawLine( line.GetOrigin().GetPosition(), line.GetEnd().GetPosition() );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user