]> git.saurik.com Git - wxWidgets.git/commitdiff
It's too late.
authorRobert Roebling <robert@roebling.de>
Mon, 30 Oct 2006 18:52:50 +0000 (18:52 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 30 Oct 2006 18:52:50 +0000 (18:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/combocmn.cpp

index 73bdb71e7eabeb4844934ebec64ad403c98c3eb7..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, wxSize(-1,10),
+                                wxDefaultPosition, wxSize(10,-1),
                                 style, validator);
     }
 }