From 1032be03d5323cc50f993d944349bc48c3d78346 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 12 Jul 2007 22:01:03 +0000 Subject: [PATCH] remove deprecated UseAlpha() call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/PlatWX.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 6d5e4a622b..d219e12cb1 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -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()); -- 2.45.2