]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/combocmn.cpp
Always draw the selection of selected items, not just when they have
[wxWidgets.git] / src / common / combocmn.cpp
index a99beabd8827f6a33592ea6868a3066e2e6a6730..9160f1b710beeb33fe99aa74f1ec3ab8c62209ef 100644 (file)
@@ -828,7 +828,7 @@ wxComboCtrlBase::CreateTextCtrl(int style, const wxValidator& validator)
             m_ignoreEvtText = 0;
 
         m_text = new wxTextCtrl(this, wxID_ANY, m_valueString,
-                                wxDefaultPosition, wxDefaultSize,
+                                wxDefaultPosition, wxSize(10,-1),
                                 style, validator);
     }
 }