When converting a wxIcon to a bitmap check if the icon has an alpha

channel and set the bitmap to use it.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-25 17:06:58 +00:00
parent 3bf93e1e9a
commit 5a60b5f041
2 changed files with 34 additions and 5 deletions

View File

@@ -37,6 +37,8 @@ wxMSW:
- Compiles again with WIN64.
- Restored separators on toolbars under XP themes.
- Winelib compilation now works.
- When converting a wxIcon to a bitmap check if the icon has an alpha
channel and set the bitmap to use it.
wxGTK: