only generate wxEVT_COMMAND_TEXT_ENTER if the combobox has wxTE_PROCESS_ENTER style...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2007 16:16:46 +0000 (16:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2007 16:16:46 +0000 (16:16 +0000)
commit643c973bd80a90fcaf59340c2d0206b6be564f00
tree2299d29561398144a074ad55e54b1f31bef96ac4
parentdff6cf576a6c42b166c9909b29efa128a492f22d
only generate wxEVT_COMMAND_TEXT_ENTER if the combobox has wxTE_PROCESS_ENTER style (for compatibility with wxMSW and wxTextCtrl); removed code using gtk_widget_activate() as this shouldn't be needed here at all

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