From: Julian Smart Date: Fri, 27 May 2005 09:48:26 +0000 (+0000) Subject: Fix wrong deletion X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce08fb6f7c1c00c0413d44930618a5b1d2a28827 Fix wrong deletion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index ccafeed035..f5211ebebc 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -36,6 +36,8 @@ wxMSW: - Now uses newer font MS Shell Dlg 2 if possible. - Compiles again with WIN64. - 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: