[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - drawinglayer/source
Caolán McNamara
caolanm at redhat.com
Thu Sep 29 14:15:22 UTC 2016
drawinglayer/source/processor2d/vclhelperbufferdevice.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a4acb1cc5da1708b4bfe55723313b09cc4d8157d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Sep 29 14:16:20 2016 +0100
Resolves: tdf#101433 reset RasterOpMode on cached virtual device before reuse
(cherry picked from commit 17f912c5bb63426f0758dccbc3357a73f56f3137)
Change-Id: I178aa499b080b0b684d41fdd4115a6398f944c43
Reviewed-on: https://gerrit.libreoffice.org/29389
Reviewed-by: Armin Le Grand <Armin.Le.Grand at cib.de>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index 9519507..8ebec79 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -196,6 +196,7 @@ namespace
{
// reused, reset some values
pRetval->SetMapMode();
+ pRetval->SetRasterOp(ROP_OVERPAINT);
}
// remember allocated buffer
More information about the Libreoffice-commits
mailing list