wxEVT_DATAVIEW_ITEM_CONTEXT_MENU position should be in client coordinates

For consistency with wxTreeCtrl and wxListCtrl. See #19188
This commit is contained in:
Paul Cornett
2021-12-22 17:12:45 -08:00
parent 95a11eef3e
commit aacada0ea2

View File

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