diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-16 10:04:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-16 12:20:11 +0200 |
commit | b36ea44dcbdb862b0ac6e6cdaf27225b43dc0c7e (patch) | |
tree | 0b494273b223dd9ce2adc63e51b67bf1a58b5db7 /vcl/unx/generic | |
parent | d9420a64fbb288020d33b681f40a858db49afca7 (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.cxx | 1 |
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(); } } |