Fix a compil issue due to a mistake in commit b8309e2
This commit is contained in:
parent
754837f947
commit
5c54b9c46f
|
@ -996,7 +996,7 @@ void PCB_PAINTER::draw( const DRAWSEGMENT* aSegment, int aLayer )
|
|||
|
||||
m_gal->SetLineWidth( thickness );
|
||||
|
||||
m_gal->SetIsFill( aSegment->IsPolygonFilled );
|
||||
m_gal->SetIsFill( aSegment->IsPolygonFilled() );
|
||||
|
||||
m_gal->SetIsStroke( true );
|
||||
m_gal->DrawPolygon( shape );
|
||||
|
|
Loading…
Reference in New Issue