Fix a compil issue due to a mistake in commit b8309e2

This commit is contained in:
jean-pierre charras 2018-12-05 10:14:46 +01:00
parent 754837f947
commit 5c54b9c46f
1 changed files with 1 additions and 1 deletions

View File

@ -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 );