]> git.saurik.com Git - wxWidgets.git/commit
Fixed keyboard navigation in generic tree control.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 17 Jan 2012 06:06:34 +0000 (06:06 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 17 Jan 2012 06:06:34 +0000 (06:06 +0000)
commit33b26197a590ba1a697cdbec1216a3119f0e7b47
tree80987245169e1df1a1e6248c166efff0b39f28d7
parente9a16019a890536a17a5836d51bbaf35bcc3b8ea
Fixed keyboard navigation in generic tree control.

Under MSW any cursor key presses would not be handled by the generic tree control (and it would lose focus). Added the style wxWANTS_CHARS to the creation of wxGenericTreeCtrl to fix keyboard navigation.

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