From: Vadim Zeitlin Date: Tue, 16 May 2006 14:52:07 +0000 (+0000) Subject: use wxTE_PROCESS_ENTER for the text control part X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f2408396534cc952a5bfcd3a2cc018abe8221c78 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 --- diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index 9fb6a422e2..09bd64340e 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -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);