Commit 23dace1d authored by charras's avatar charras

macOSX compatibility change

parent ce9db78c
...@@ -321,7 +321,6 @@ void GRSetColorPen( wxDC* DC, int Color, int width, int style ) ...@@ -321,7 +321,6 @@ void GRSetColorPen( wxDC* DC, int Color, int width, int style )
void GRSetBrush( wxDC* DC, int Color, int fill ) void GRSetBrush( wxDC* DC, int Color, int fill )
/***********************************************/ /***********************************************/
{ {
Color &= MASKCOLOR; // Pour 32 couleurs Max
if( ForceBlackPen ) if( ForceBlackPen )
Color = BLACK; Color = BLACK;
wxBrush DrawBrush; wxBrush DrawBrush;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment