The Lesser wxMask Refactoring: merged wxMGL and wxDFB version, added wxMaskBase which could/should be used by other ports later
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,7 +50,7 @@ void wxBitmapToPixPattern(const wxBitmap& bitmap,
|
||||
|
||||
if ( mask && bitmap.GetMask() )
|
||||
{
|
||||
mem.SelectObject(*bitmap.GetMask()->GetBitmap());
|
||||
mem.SelectObject(bitmap.GetMask()->GetBitmap());
|
||||
dc = mem.GetMGLDC();
|
||||
wxCurrentDCSwitcher curDC(dc);
|
||||
dc->beginPixel();
|
||||
|
||||
Reference in New Issue
Block a user