]> git.saurik.com Git - wxWidgets.git/commit
EVT_TEXT_ENTER handler on a combobox needs evt.Skip() otherwise the
authorRobin Dunn <robin@alldunn.com>
Tue, 4 Apr 2006 23:29:14 +0000 (23:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 4 Apr 2006 23:29:14 +0000 (23:29 +0000)
commit985eb16c7bee810715d26d4bd9f293576187afde
treed04f057bec801a83e1d6039472a36d51388bf045
parent8ddbb137813bb2452a833c735da951d43238b806
EVT_TEXT_ENTER handler on a combobox needs evt.Skip() otherwise the
dropdown may not close

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/ComboBox.py