]> git.saurik.com Git - wxWidgets.git/commitdiff
PNG Alpha is working on wxGTK2 now too.
authorRobin Dunn <robin@alldunn.com>
Sat, 30 Oct 2004 21:39:44 +0000 (21:39 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 30 Oct 2004 21:39:44 +0000 (21:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.txt

index e98255cfd706890d821b444c2484cb9c0faba66a..bfa5333a16c84d0f2c9f1cf560bfb650c773c8ae 100644 (file)
@@ -669,8 +669,6 @@ channel and will now only create a mask when all the pixels in the
 image are either fully transparent or fully opaque.  In addition, the
 wx.DC.DrawBitmap and wx.DC.Blit methods are able to correctly blend
 the pixels in the image with partially transparent alpha values.
 image are either fully transparent or fully opaque.  In addition, the
 wx.DC.DrawBitmap and wx.DC.Blit methods are able to correctly blend
 the pixels in the image with partially transparent alpha values.
-(Currently only on MSW and Mac, if anybody knows how to do it for GTK
-then please submit a patch!)
 
 If you are using a PNG with an alpha channel but you need to have a
 wx.Mask like you automatically got in 2.4 then you can do one of the
 
 If you are using a PNG with an alpha channel but you need to have a
 wx.Mask like you automatically got in 2.4 then you can do one of the