git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62237
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
if ( m_depth != 1 && m_bitmapMask == NULL )
{
{
if ( m_depth != 1 && m_bitmapMask == NULL )
{
+#if 0
+ // in order for this code to work properly, wxMask would have to invert black and white
+ // in the native bitmap
if ( m_bitmapMask )
{
CGImageRef tempImage = CGBitmapContextCreateImage( m_hBitmap );
if ( m_bitmapMask )
{
CGImageRef tempImage = CGBitmapContextCreateImage( m_hBitmap );
CGImageRelease(tempImage);
}
else
CGImageRelease(tempImage);
}
else
image = CGBitmapContextCreateImage( m_hBitmap );
}
else
image = CGBitmapContextCreateImage( m_hBitmap );
}
else