diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/skia/salbmp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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()); |