More work on CPOLYGONS_LIST class.

Pcbnew: fix minor bug about  plot line width.
This commit is contained in:
jean-pierre charras
2013-05-09 21:08:12 +02:00
parent cf86e18f5c
commit 2554575656
23 changed files with 182 additions and 155 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ void BRDITEMS_PLOTTER::PlotTextePcb( TEXTE_PCB* pt_texte )
void BRDITEMS_PLOTTER::PlotFilledAreas( ZONE_CONTAINER* aZone )
{
const CPOLYGONS_LIST& polysList = aZone->GetFilledPolysList();
unsigned imax = polysList.size();
unsigned imax = polysList.GetCornersCount();
if( imax == 0 ) // Nothing to draw
return;