Fix minor Bug #1527398 (Some items (NPTH holes) printed in color with B&W radiobutton checked)

This commit is contained in:
jean-pierre charras 2015-12-20 15:09:06 +01:00
parent fcdbb7484c
commit b881ba2bd7
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ void D_PAD::DrawShape( EDA_RECT* aClipBox, wxDC* aDC, PAD_DRAWINFO& aDrawInfo )
blackpenstate = GetGRForceBlackPenState();
GRForceBlackPen( false );
aDrawInfo.m_HoleColor = WHITE;
aDrawInfo.m_NPHoleColor = WHITE;
}
else
{