don't free "static" alpha data (patch 1738966) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-06-20 00:13:57 +00:00
parent a9642c3a21
commit 8adb6b9372
2 changed files with 8 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ All (GUI):
enough to select half of a character (Michael Hieke)
- Significantly improved startup times of XRC-based applications using
embedded resources on Unix (requires resources recompilation)
- Fixed freeing of "static" alpha data in wxImage (Axel Gembe)
wxMSW: