Pcbnew: fix bug 1199340

This commit is contained in:
jean-pierre charras 2013-10-20 17:39:15 +02:00
parent 503ee825c9
commit 27c00853a3
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ void D_PAD::DrawShape( EDA_RECT* aClipBox, wxDC* aDC, PAD_DRAWINFO& aDrawInfo )
case PAD_CIRCLE:
if( aDC->LogicalToDeviceXRel( hole ) > MIN_DRAW_WIDTH )
GRFilledCircle( aClipBox, aDC, holepos.x, holepos.y, hole, 0,
aDrawInfo.m_Color, hole_color );
hole_color, hole_color );
break;
case PAD_OVAL: