diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-15 11:18:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-15 11:18:28 +0200 |
commit | d612d921a96d99fe7db2e70af3f23b31a5d6cc0c (patch) | |
tree | 7e317fce5f77a52dd29807ff2ae3ce3c81677bc4 /drawinglayer | |
parent | 07771b8431e8abb68049228d6ce124df53a2e5f6 (diff) |
Correct claim made in comment
Change-Id: I7adccb1833ad2823ec7fa85f06752614d38639f9
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |