temporary compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -427,7 +427,7 @@ void wxWindowDC::DoFloodFill( wxCoord x, wxCoord y,
|
||||
memdc.SelectObject(wxNullBitmap);
|
||||
|
||||
wxImage image = bitmap.ConvertToImage();
|
||||
image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction());
|
||||
//image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction());
|
||||
bitmap = wxBitmap(image);
|
||||
memdc.SelectObject(bitmap);
|
||||
Blit(0, 0, width, height, &memdc, 0, 0);
|
||||
|
@@ -427,7 +427,7 @@ void wxWindowDC::DoFloodFill( wxCoord x, wxCoord y,
|
||||
memdc.SelectObject(wxNullBitmap);
|
||||
|
||||
wxImage image = bitmap.ConvertToImage();
|
||||
image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction());
|
||||
//image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction());
|
||||
bitmap = wxBitmap(image);
|
||||
memdc.SelectObject(bitmap);
|
||||
Blit(0, 0, width, height, &memdc, 0, 0);
|
||||
|
Reference in New Issue
Block a user