diff options
Diffstat (limited to 'vcl/source/animate/AnimationFrame.cxx')
-rw-r--r-- | vcl/source/animate/AnimationFrame.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/animate/AnimationFrame.cxx b/vcl/source/animate/AnimationFrame.cxx index e2f9bae931fb..3593a0ab17e1 100644 --- a/vcl/source/animate/AnimationFrame.cxx +++ b/vcl/source/animate/AnimationFrame.cxx @@ -45,6 +45,9 @@ BitmapChecksum AnimationFrame::GetChecksum() const UInt32ToSVBT32(o3tl::to_underlying(meDisposal), aBT32); nCrc = vcl_get_checksum(nCrc, aBT32, 4); + UInt32ToSVBT32(o3tl::to_underlying(meBlend), aBT32); + nCrc = vcl_get_checksum(nCrc, aBT32, 4); + UInt32ToSVBT32(sal_uInt32(mbUserInput), aBT32); nCrc = vcl_get_checksum(nCrc, aBT32, 4); |