remove deprecated UseAlpha() call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -371,7 +371,6 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
|
|||||||
wxRect r = wxRectFromPRectangle(rc);
|
wxRect r = wxRectFromPRectangle(rc);
|
||||||
wxBitmap bmp(r.width, r.height, 32);
|
wxBitmap bmp(r.width, r.height, 32);
|
||||||
wxAlphaPixelData pixData(bmp);
|
wxAlphaPixelData pixData(bmp);
|
||||||
pixData.UseAlpha();
|
|
||||||
|
|
||||||
// Set the fill pixels
|
// Set the fill pixels
|
||||||
ColourDesired cdf(fill.AsLong());
|
ColourDesired cdf(fill.AsLong());
|
||||||
|
Reference in New Issue
Block a user