Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
75791a9beb
commit
3071f2ccfa
@ -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(-1,10),
|
||||
style, validator);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user