Locked shadow needs to be in shadow color

Otherwise, text shadow is stroked by text color
This commit is contained in:
Seth Hillbrand 2023-03-28 13:01:08 -07:00
parent 0f9a4ef7b7
commit f93fde15b7
1 changed files with 1 additions and 0 deletions

View File

@ -1952,6 +1952,7 @@ void PCB_PAINTER::draw( const PCB_TEXT* aText, int aLayer )
m_gal->SetIsFill( true );
m_gal->SetIsStroke( true );
m_gal->SetFillColor( color );
m_gal->SetStrokeColor( color );
m_gal->SetLineWidth( m_lockedShadowMargin );
SHAPE_POLY_SET poly;