removed hack that used SetSizeHints() for some strange reason.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-30 18:18:26 +00:00
parent 6a81734334
commit a6809fb2ad

View File

@@ -830,9 +830,6 @@ wxComboCtrlBase::CreateTextCtrl(int style, const wxValidator& validator)
m_text = new wxTextCtrl(this, wxID_ANY, m_valueString,
wxDefaultPosition, wxDefaultSize,
style, validator);
// This is required for some platforms (GTK+ atleast)
m_text->SetSizeHints(2,4);
}
}