use wxTE_PROCESS_ENTER for the text control part

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-16 14:52:07 +00:00
parent d18135abbf
commit f240839653

View File

@@ -748,6 +748,7 @@ void wxComboControlBase::CreateTextCtrl( int extraStyle, const wxValidator& vali
// wxTAB_TRAVERSAL. The navigation event is then sent to
// the wrong window.
wxTE_PROCESS_TAB |
wxTE_PROCESS_ENTER |
extraStyle,
validator);