]> git.saurik.com Git - wxWidgets.git/commit
Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN events from OnKeyDown rather...
authorSteve Lamerton <steve.lamerton@gmail.com>
Wed, 22 Sep 2010 10:06:39 +0000 (10:06 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Wed, 22 Sep 2010 10:06:39 +0000 (10:06 +0000)
commit2a4a928df7ec1b05c457b088f8719ba6f67ee041
treed8887cc0e6ffdc3f8830725ba77c7424a744204e
parent92d9d10f80420429c4291394c80b3814999074e4
Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN events from OnKeyDown rather than OnChar. This change means it sends events for the same keys as the wxMSW control. It also fixes the failing unit test.

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