[Libreoffice-commits] core.git: vcl/skia
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 1 05:35:42 UTC 2020
vcl/skia/salbmp.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e5c7f3e6d327fb422692c62332ec66834a031524
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Tue Jun 30 08:07:30 2020 +0200
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Wed Jul 1 07:34:56 2020 +0200
call InvalidateChecksum() in SkiaSalBitmap()
Change-Id: I52b6d9985639a6a81bf9c53bd35487b5c4992988
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97485
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx
index 91748f57552a..35d0c2a0849c 100644
--- a/vcl/skia/salbmp.cxx
+++ b/vcl/skia/salbmp.cxx
@@ -262,6 +262,7 @@ void SkiaSalBitmap::ReleaseBuffer(BitmapBuffer* pBuffer, BitmapAccessMode nMode)
#endif
mPalette = pBuffer->maPalette;
ResetCachedData();
+ InvalidateChecksum();
}
// Are there any more ground movements underneath us ?
assert(pBuffer->mnWidth == mSize.Width());
More information about the Libreoffice-commits
mailing list