X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/187d815255d240350c598721db1e0c1b4d3fb527..f4bc1aa27cb33f679d7e9c1518a7855bbc1fa471:/src/xrc/xh_combo.cpp diff --git a/src/xrc/xh_combo.cpp b/src/xrc/xh_combo.cpp index da2040909c..fd3179a66b 100644 --- a/src/xrc/xh_combo.cpp +++ b/src/xrc/xh_combo.cpp @@ -22,6 +22,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/combobox.h" + #include "wx/textctrl.h" // for wxTE_PROCESS_ENTER #endif IMPLEMENT_DYNAMIC_CLASS(wxComboBoxXmlHandler, wxXmlResourceHandler) @@ -34,6 +35,7 @@ wxComboBoxXmlHandler::wxComboBoxXmlHandler() XRC_ADD_STYLE(wxCB_SORT); XRC_ADD_STYLE(wxCB_READONLY); XRC_ADD_STYLE(wxCB_DROPDOWN); + XRC_ADD_STYLE(wxTE_PROCESS_ENTER); AddWindowStyles(); }