TLW default item changes have changed Enter key processing: it was now handled as...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Jul 2006 22:06:24 +0000 (22:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Jul 2006 22:06:24 +0000 (22:06 +0000)
commit90c6edd706882b8fd06b6d5359d9682ac0ee858c
tree8be4c62f59a4ab586bd969113aefc39ddda6b8fb
parent955e46d25d6ac0f9fa55ec9fe11f0c21da3a494d
TLW default item changes have changed Enter key processing: it was now handled as TAB even for controls such as wxTree/ListCtrl which need it themselves; fix this by checking for VK_RETURN in these classes MSWShouldPreProcessMessage() implementation; also removed specific test for wxTextCtrl in wxWindowMSW::MSWProcessMessage() and simplified its code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/listctrl.h
include/wx/msw/treectrl.h
src/msw/listctrl.cpp
src/msw/textctrl.cpp
src/msw/treectrl.cpp
src/msw/window.cpp