Fix typo in wxGrid::EnableCellEditControl() documentation

Just s/show/shown/
This commit is contained in:
Vadim Zeitlin
2020-06-28 00:02:43 +02:00
parent 45bc2e648b
commit 63643eb122

View File

@@ -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.