]> git.saurik.com Git - wxWidgets.git/commit
Fix generic wxDataViewCtrl Enter handling to conform to Windows UI.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 3 Sep 2011 13:14:20 +0000 (13:14 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 3 Sep 2011 13:14:20 +0000 (13:14 +0000)
commitc2efa4b48aa1ff1d15caa6ef6ce23affe01cc946
tree53949e9fcdec3241a51f8bc6e07be689712f4328
parent8ff9b17d57afa08af355bee49f7ebbcef67e3aef
Fix generic wxDataViewCtrl Enter handling to conform to Windows UI.

Spacebar is used to activate columns (e.g. toggle a checkbox).  Enter
activates the item, i.e. sends wxEVT_COMMAND_ITEM_ACTIVATED. If that
event isn't handled, Enter acts the same as Space.

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