X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/259a2a73328d3b576614229b5f72b5c8b0a3760e..0200fb27880406fb89d5f2dc2aaae5ce810f51b6:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index 5f4de91df5..e3cbd0ff82 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -181,6 +181,7 @@ All (GUI): - Fixed freeing of "static" alpha data in wxImage (Axel Gembe) - Don't invalidate the font in SetNativeFontInfo[Desc]() if the string is invalid, to conform to the documented behaviour (Langhammer) +- Fixed wxXPMHandler::SaveFile for images with more than 92 colors. wxMSW: