From d612d921a96d99fe7db2e70af3f23b31a5d6cc0c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 15 Dec 2015 11:18:28 +0200 Subject: [PATCH] Correct claim made in comment Change-Id: I7adccb1833ad2823ec7fa85f06752614d38639f9 --- drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx index d955451c0277..f77d75bd7214 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 );