Mac: OVERLAY FIXES for WX2.8 and Enhancements

This commit is contained in:
Marco Serantoni
2010-12-17 23:57:09 +01:00
parent e5e21a24a2
commit 81b3fdf157
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -689,6 +689,10 @@ void GRSetDrawMode( wxDC* DC, int draw_mode )
#endif
else
DC->SetLogicalFunction( wxCOPY );
#ifdef USE_WX_OVERLAY
DC->SetLogicalFunction( wxCOPY );
#endif
}