From 23dace1dc84a0338b3b88e94cd870831038364b5 Mon Sep 17 00:00:00 2001 From: charras Date: Sat, 30 May 2009 19:34:13 +0000 Subject: [PATCH] macOSX compatibility change --- common/gr_basic.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/gr_basic.cpp b/common/gr_basic.cpp index 91f36b5601..b2986fff95 100644 --- a/common/gr_basic.cpp +++ b/common/gr_basic.cpp @@ -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;