From 350ae65cb6b34a7f8c2105403385cba512cd6d2a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 21 Jun 2020 00:07:01 +0200 Subject: [PATCH] Fix parameter name in wxDC::DrawBitmap() documentation Closes #18795. --- interface/wx/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/dc.h b/interface/wx/dc.h index 7a092b87e2..f8d4fee4ad 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -305,7 +305,7 @@ public: /** Draw a bitmap on the device context at the specified point. If - @a transparent is @true and the bitmap has a transparency mask, the + @a useMask is @true and the bitmap has a transparency mask, the bitmap will be drawn transparently. When drawing a mono-bitmap, the current text foreground colour will be