Fix activation handling in generic wxDataViewCtrl renderers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 17:43:30 +0000 (17:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 17:43:30 +0000 (17:43 +0000)
commit621860064662aa80ba4fdc21ca55b6d33c1bea11
treea45061525143c30b6dad212f6c52fa8d0899ddaf
parented0a9eca578a6df7c3c172a9801dd30d6615dbb2
Fix activation handling in generic wxDataViewCtrl renderers.

Handling of activation in the generic implementation of standard renderers was
broken since r62589 which stopped calling their Activate() method. Restore it
by introducing a special WXOnActivate() replacing it (but clearly marked as
private and implementation-only) and calling it instead.

Closes #11460.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/dvrenderer.h
include/wx/generic/dvrenderers.h
src/generic/datavgen.cpp