Revision 646781b...

Go back to digest for 16th June 2013

Bug Fixes in Office

Boudewijn Rempt committed changes in [calligra/krita-opengl2-rempt] krita/ui/tool/kis_tool.cc:

Fix drawing the cursor in XOR mode with opengl

However... ES 2.0 doesn't have

glEnable(GL_COLOR_LOGIC_OP);
glLogicOp(GL_XOR);

Which is, of course, why QPainter in OpenGL mode doesn't have it either.

File Changes

Modified 1 files
  • krita/ui/tool/kis_tool.cc
1 files changed in total