Locked shadow needs to be in shadow color

Otherwise, text shadow is stroked by text color

(cherry picked from commit f93fde15b7)
This commit is contained in:
Seth Hillbrand 2023-03-28 13:01:08 -07:00
parent c98081cb04
commit d513a9fe5c
1 changed files with 1 additions and 0 deletions

View File

@ -1949,6 +1949,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;