From 7ba7a1170a46ad340d06822a03f7196ccef29d84 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 10 Mar 2021 13:03:54 +0100 Subject: forgotten ComputeScanlineSize() (tdf#140917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id139cea52832b7973dfac47d309d5bba8299b4e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112263 Reviewed-by: Mark Hung Reviewed-by: Luboš Luňák Tested-by: Jenkins --- vcl/skia/salbmp.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx index 68d2f9a76964..b94debcb7d3a 100644 --- a/vcl/skia/salbmp.cxx +++ b/vcl/skia/salbmp.cxx @@ -388,6 +388,7 @@ bool SkiaSalBitmap::Scale(const double& rScaleX, const double& rScaleY, BmpScale if (mEraseColorSet) { // Simple. mSize = mPixelsSize = newSize; + ComputeScanlineSize(); EraseInternal(mEraseColor); return true; } -- cgit