Correct claim made in comment

Change-Id: I7adccb1833ad2823ec7fa85f06752614d38639f9
This commit is contained in:
Tor Lillqvist 2015-12-15 11:18:28 +02:00
parent 07771b8431
commit d612d921a9

View File

@ -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 );