From: Vadim Zeitlin Date: Tue, 1 Mar 2005 17:52:50 +0000 (+0000) Subject: restored alpha test in raw image frame (why had it been commented out?) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a10132773600053c2c4d32b0d588cb9f4d9065c restored alpha test in raw image frame (why had it been commented out?) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/image/image.cpp b/samples/image/image.cpp index 8dca999ea3..75a6f4b543 100644 --- a/samples/image/image.cpp +++ b/samples/image/image.cpp @@ -305,7 +305,7 @@ public: return; } -// data.UseAlpha(); + data.UseAlpha(); Data::Iterator p(data);