mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 14:40:11 +00:00
Fix drawing sheet border random thickness glitch.
This commit is contained in:
parent
7e2705e444
commit
26c8c718eb
@ -370,5 +370,6 @@ void KIGFX::DS_PAINTER::DrawBorder( const PAGE_INFO* aPageInfo, int aScaleFactor
|
||||
// Use a gray color for the border color
|
||||
m_gal->SetStrokeColor( m_renderSettings.m_pageBorderColor );
|
||||
m_gal->SetIsFill( false );
|
||||
m_gal->SetLineWidth( m_renderSettings.GetDefaultPenWidth() );
|
||||
m_gal->DrawRectangle( origin, end );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user