]> git.saurik.com Git - wxWidgets.git/commit
Make generic wxDataViewToggleRenderer react to activation.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 29 Aug 2011 17:25:33 +0000 (17:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 29 Aug 2011 17:25:33 +0000 (17:25 +0000)
commit297e2532b1f705be36d0116e97e88846e0310bf7
treec59ca067ff15d0a805bce9a2c67694951e0b1194
parent276227fcbb831ed5a83f0f3e40eeb9fac98dea32
Make generic wxDataViewToggleRenderer react to activation.

Previously it only responded to single-clicks, which was to avoid the
need to double-click checkboxes. Fixed to react to activation via
double-click or keyboard too.

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