]> git.saurik.com Git - wxWidgets.git/commit
Handle successive key presses better in wxGenericTreeCtrl search code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:41:15 +0000 (22:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:41:15 +0000 (22:41 +0000)
commit4d1cf9f3d3d6fc1dc8b29fe16a08b4c9b0545368
tree486efd118927552016a813f0009bead011c1715f
parenta4e4e66dd6f9e3f7f3908b344ac55c7682ca9990
Handle successive key presses better in wxGenericTreeCtrl search code.

Go to the next item starting with the given character if the same one is
pressed multiple times. This is more useful than searching for an item
starting with multiple occurrences of this character (which usually won't
exist) and is more consistent with how Windows handles this.

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