allow reading GIFs with incorrectly specified animation size (closes #9465)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-05 12:31:54 +00:00
parent 24a5629aed
commit 3b8ec767b9
2 changed files with 25 additions and 3 deletions

View File

@@ -518,6 +518,7 @@ All (GUI):
- Added wxGetSelectedChoices() replacing wxGetMultipleChoices() (Kolya Kosenko).
- Check whether document fits into page horizontally in wxHtmlPrintout, see the
new CheckFit() method for more information.
- Allow reading GIFs with incorrectly specified animation size.
wxGTK: