]> git.saurik.com Git - wxWidgets.git/commitdiff
remove deprecated UseAlpha() call
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Jul 2007 22:01:03 +0000 (22:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Jul 2007 22:01:03 +0000 (22:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/stc/PlatWX.cpp

index 6d5e4a622b864a112730088b8b1e500a023320ba..d219e12cb14e7f054d2ffd4c8f105a3ec95ef41d 100644 (file)
@@ -371,7 +371,6 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
     wxRect r = wxRectFromPRectangle(rc);
     wxBitmap bmp(r.width, r.height, 32);
     wxAlphaPixelData pixData(bmp);
-    pixData.UseAlpha();
 
     // Set the fill pixels
     ColourDesired cdf(fill.AsLong());