summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-16 10:04:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-16 12:20:11 +0200
commitb36ea44dcbdb862b0ac6e6cdaf27225b43dc0c7e (patch)
tree0b494273b223dd9ce2adc63e51b67bf1a58b5db7 /vcl/unx/generic
parentd9420a64fbb288020d33b681f40a858db49afca7 (diff)
push logic from ImpBitmap::ImplReleaseBuffer down
in preparation for removing ImpBitmap Change-Id: Icae48c081d821518103d08a7b62bcb4d64654c35 Reviewed-on: https://gerrit.libreoffice.org/52939 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx/generic')
-rw-r--r--vcl/unx/generic/gdi/salbmp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/generic/gdi/salbmp.cxx b/vcl/unx/generic/gdi/salbmp.cxx
index e5db7853548f..e0a43e3e7a6d 100644
--- a/vcl/unx/generic/gdi/salbmp.cxx
+++ b/vcl/unx/generic/gdi/salbmp.cxx
@@ -887,6 +887,7 @@ void X11SalBitmap::ReleaseBuffer( BitmapBuffer*, BitmapAccessMode nMode )
if( mpCache )
mpCache->ImplRemove( this );
+ InvalidateChecksum();
}
}