macOSX compatibility change
This commit is contained in:
parent
ce9db78c95
commit
23dace1dc8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue