Fix a typo in the previous commit
Use wxCLEAR instead of wxNO_OP twice.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
functionality relies on reading the pixels from wxGraphicsContext too.
|
functionality relies on reading the pixels from wxGraphicsContext too.
|
||||||
|
|
||||||
- SetLogicalFunction() method only works with @c wxCOPY, @c wxOR,
|
- 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.
|
function (including @c wxINVERT) don't do anything.
|
||||||
|
|
||||||
- Similarly, ::wxRasterOperationMode parameter of Blit() and StretchBlit()
|
- Similarly, ::wxRasterOperationMode parameter of Blit() and StretchBlit()
|
||||||
|
Reference in New Issue
Block a user