removed called to deprecated wxPixelData::UseAlpha() which does nothing now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,7 +226,6 @@ wxBitmap wxWindowDC::DoGetAsBitmap(const wxRect *subrect) const
|
|||||||
wxBitmap bmp = wxBitmap(width, height, 32);
|
wxBitmap bmp = wxBitmap(width, height, 32);
|
||||||
wxAlphaPixelData pixData(bmp, wxPoint(0,0), wxSize(width, height));
|
wxAlphaPixelData pixData(bmp, wxPoint(0,0), wxSize(width, height));
|
||||||
|
|
||||||
pixData.UseAlpha();
|
|
||||||
wxAlphaPixelData::Iterator p(pixData);
|
wxAlphaPixelData::Iterator p(pixData);
|
||||||
for (int y=0; y<height; y++) {
|
for (int y=0; y<height; y++) {
|
||||||
wxAlphaPixelData::Iterator rowStart = p;
|
wxAlphaPixelData::Iterator rowStart = p;
|
||||||
|
Reference in New Issue
Block a user