]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for the TAB in the autocomplete list not being used correctly
authorRobin Dunn <robin@alldunn.com>
Sat, 15 Jun 2002 06:41:27 +0000 (06:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 15 Jun 2002 06:41:27 +0000 (06:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/PlatWX.cpp
src/stc/PlatWX.cpp

index 35d5fc08772f01b96a2d80073503321ad30f7e3c..9f948cfb7808bd734e7b17dfd2c0c10c53c047f8 100644 (file)
@@ -681,7 +681,7 @@ class wxSTCListBox : public wxListBox {
 public:
     wxSTCListBox(wxWindow* parent, wxWindowID id)
         : wxListBox(parent, id, wxDefaultPosition, wxDefaultSize,
-                    0, NULL, wxLB_SINGLE | wxSIMPLE_BORDER)
+                    0, NULL, wxLB_SINGLE | wxSIMPLE_BORDER | wxWANTS_CHARS)
         {}
 
     void OnKeyDown(wxKeyEvent& event) {
index 35d5fc08772f01b96a2d80073503321ad30f7e3c..9f948cfb7808bd734e7b17dfd2c0c10c53c047f8 100644 (file)
@@ -681,7 +681,7 @@ class wxSTCListBox : public wxListBox {
 public:
     wxSTCListBox(wxWindow* parent, wxWindowID id)
         : wxListBox(parent, id, wxDefaultPosition, wxDefaultSize,
-                    0, NULL, wxLB_SINGLE | wxSIMPLE_BORDER)
+                    0, NULL, wxLB_SINGLE | wxSIMPLE_BORDER | wxWANTS_CHARS)
         {}
 
     void OnKeyDown(wxKeyEvent& event) {