Fix a typo in the previous commit

Use wxCLEAR instead of wxNO_OP twice.
This commit is contained in:
Vadim Zeitlin
2019-06-07 19:44:24 +02:00
parent 4184fc286f
commit 9f5684d171

View File

@@ -21,7 +21,7 @@
functionality relies on reading the pixels from wxGraphicsContext too.
- SetLogicalFunction() method only works with @c wxCOPY, @c wxOR,
@c wxNO_OP, @c wxNO_OP and @c wxXOR functions, attempts to use any other
@c wxNO_OP, @c wxCLEAR and @c wxXOR functions, attempts to use any other
function (including @c wxINVERT) don't do anything.
- Similarly, ::wxRasterOperationMode parameter of Blit() and StretchBlit()