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:
@@ -585,6 +585,7 @@ All:
|
||||
All (GUI):
|
||||
|
||||
- Add wxGenericListCtrl::EndEditLabel() (Tim Kosse).
|
||||
- Fix saving GIF animations with 2.5s+ delays between frames (elvissteinjr).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user