macOSX compatibility change

This commit is contained in:
charras 2009-05-30 19:34:13 +00:00
parent ce9db78c95
commit 23dace1dc8
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ void GRSetColorPen( wxDC* DC, int Color, int width, int style )
void GRSetBrush( wxDC* DC, int Color, int fill )
/***********************************************/
{
Color &= MASKCOLOR; // Pour 32 couleurs Max
if( ForceBlackPen )
Color = BLACK;
wxBrush DrawBrush;