From aacada0ea21b922960741a99a4efca2bf3887a62 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 22 Dec 2021 17:12:45 -0800 Subject: [PATCH] wxEVT_DATAVIEW_ITEM_CONTEXT_MENU position should be in client coordinates For consistency with wxTreeCtrl and wxListCtrl. See #19188 --- interface/wx/dataview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index c1c4327c20..bdc4634f12 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -3824,7 +3824,7 @@ public: wxDataViewModel* GetModel() const; /** - Returns the position of a context menu event in screen coordinates. + Returns the position of a context menu event in client coordinates. */ wxPoint GetPosition() const;