[Libreoffice-commits] core.git: drawinglayer/source
Tor Lillqvist
tml at collabora.com
Tue Dec 15 01:19:18 PST 2015
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d612d921a96d99fe7db2e70af3f23b31a5d6cc0c
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Dec 15 11:18:28 2015 +0200
Correct claim made in comment
Change-Id: I7adccb1833ad2823ec7fa85f06752614d38639f9
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index d955451..f77d75b 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -1191,6 +1191,7 @@ namespace drawinglayer
case PRIMITIVE2D_ID_INVERTPRIMITIVE2D :
{
// invert primitive (currently only used for HighContrast fallback for selection in SW and SC).
+ // (Not true, also used at least for the drawing of dragged column and row boundaries in SC.)
// Set OutDev to XOR and switch AA off (XOR does not work with AA)
mpOutputDevice->Push();
mpOutputDevice->SetRasterOp( ROP_XOR );
More information about the Libreoffice-commits
mailing list