From 75791a9beb8b4f80d2651dbc196b2c5ae5b855d8 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 30 Oct 2006 18:47:35 +0000 Subject: [PATCH] Small fix again. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/combocmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index a99beabd88..265f67dbb5 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -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(-1,10) style, validator); } } -- 2.45.2