Kaydet (Commit) d612d921 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Correct claim made in comment

Change-Id: I7adccb1833ad2823ec7fa85f06752614d38639f9
üst 07771b84
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment