git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58746
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // USE_PALETTE_IN_SPLASH
dcMem.SelectObjectAsSource(bitmap);
#endif // USE_PALETTE_IN_SPLASH
dcMem.SelectObjectAsSource(bitmap);
- dc.Blit(0, 0, bitmap.GetWidth(), bitmap.GetHeight(), & dcMem, 0, 0);
+ dc.Blit(0, 0, bitmap.GetWidth(), bitmap.GetHeight(), &dcMem, 0, 0, wxCOPY,
+ true /* use mask */);
dcMem.SelectObject(wxNullBitmap);
#ifdef USE_PALETTE_IN_SPLASH
dcMem.SelectObject(wxNullBitmap);
#ifdef USE_PALETTE_IN_SPLASH