X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8dbe0aee2a10e468fad01a25e2ce041d992d62a..4e4dc03dcce4f881bcf8ca3586128ddf40ba0eea:/src/gtk/dcclient.cpp diff --git a/src/gtk/dcclient.cpp b/src/gtk/dcclient.cpp index 929d71bfb9..63ab694b99 100644 --- a/src/gtk/dcclient.cpp +++ b/src/gtk/dcclient.cpp @@ -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);