Add support for loading icons in PNG format to wxImage.
ICO files can contain data in PNG, as well as BMP, format in recent (i.e. from this millennium) versions of Windows, so check for this case in wxICOHandler and load such data using wxPNGHandler. See #15918. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -599,6 +599,7 @@ All (GUI):
|
||||
- Make wxHTML more efficient when displaying large tables (Kinaou Hervé).
|
||||
- Prevent wxGrid rows/columns from becoming too small on double click.
|
||||
- Fix wxGraphicsBitmap::ConvertToImage() when using Cairo.
|
||||
- Support loading ICO files with data in PNG format (Artur Wieczorek).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user