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:
parent
c98081cb04
commit
d513a9fe5c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue