From 63643eb122b0bd3d910d90d498c1bce511ce9f79 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 28 Jun 2020 00:02:43 +0200 Subject: [PATCH] Fix typo in wxGrid::EnableCellEditControl() documentation Just s/show/shown/ --- interface/wx/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 245b570779..4d6e411cc6 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -3437,7 +3437,7 @@ public: allows the user to change the cell value. Disabling in-place editing does nothing if the in-place editor isn't - currently show, otherwise the @c wxEVT_GRID_EDITOR_HIDDEN event is + currently shown, otherwise the @c wxEVT_GRID_EDITOR_HIDDEN event is generated but, unlike the "shown" event, it can't be vetoed and the in-place editor is dismissed unconditionally.