From 9f5684d171564f3fe4926a11552753d6f8bf7dcb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 7 Jun 2019 19:44:24 +0200 Subject: [PATCH] Fix a typo in the previous commit Use wxCLEAR instead of wxNO_OP twice. --- interface/wx/dcgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/dcgraph.h b/interface/wx/dcgraph.h index 8c77e765f0..0f4d75c2bd 100644 --- a/interface/wx/dcgraph.h +++ b/interface/wx/dcgraph.h @@ -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()