wxEVT_DATAVIEW_ITEM_CONTEXT_MENU position should be in client coordinates
For consistency with wxTreeCtrl and wxListCtrl. See #19188
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user