Write delay between frames correctly when saving GIF files.

Deal with delays greater than ~2.5s correctly, their most significant byte was
previously lost resulting in 0 delay being written to the file.

Closes #16392.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-07-25 17:34:12 +00:00
parent 8b38ba9726
commit fcacaaf237
2 changed files with 4 additions and 2 deletions

View File

@@ -585,6 +585,7 @@ All:
All (GUI):
- Add wxGenericListCtrl::EndEditLabel() (Tim Kosse).
- Fix saving GIF animations with 2.5s+ delays between frames (elvissteinjr).
wxGTK: