Gerbview: more about apertures macros and draw funtions.

This commit is contained in:
jean-pierre charras
2010-10-01 21:11:30 +02:00
parent 22f483e1d8
commit 659299ee8f
8 changed files with 112 additions and 167 deletions
+3
View File
@@ -1163,6 +1163,9 @@ static bool IsGRSPolyDrawable( EDA_Rect* ClipBox, int n, wxPoint Points[] )
if( ! ClipBox )
return true;
if( n <= 0 )
return false;
int Xmin, Xmax, Ymin, Ymax;
Xmin = Xmax = Points[0].x;