Call wxDataViewCustomRenderer::ActivateCell() in Mac version too

Do this for consistency with the other ports.

Closes #17746.
This commit is contained in:
Vadim Zeitlin
2019-09-17 00:04:04 +02:00
parent 3a9869b4c4
commit b9338b6130
2 changed files with 26 additions and 5 deletions

View File

@@ -2501,10 +2501,6 @@ public:
corresponding event. Is @NULL otherwise (for keyboard activation).
Mouse coordinates are adjusted to be relative to the cell.
@note Currently support for this method is not implemented in the
native macOS version of the control, i.e. it will be never called
there.
@since 2.9.3
@note Do not confuse this method with item activation in wxDataViewCtrl