Use hairlines for point editor construction lines.

This commit is contained in:
Jeff Young 2025-08-03 12:50:32 +01:00
parent 55097b9539
commit 70d1950bbe

View File

@ -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() );
} }