wxID_ANY usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
613351172a
commit
cf6f325cd3
@ -737,7 +737,7 @@ void wxComboCtrlBase::CreateTextCtrl( int extraStyle, const wxValidator& validat
|
|||||||
if ( !(m_windowStyle & wxCB_READONLY) )
|
if ( !(m_windowStyle & wxCB_READONLY) )
|
||||||
{
|
{
|
||||||
m_text = new wxTextCtrl(this,
|
m_text = new wxTextCtrl(this,
|
||||||
12345,
|
wxID_ANY,
|
||||||
m_valueString,
|
m_valueString,
|
||||||
wxDefaultPosition,
|
wxDefaultPosition,
|
||||||
wxDefaultSize,
|
wxDefaultSize,
|
||||||
|
Loading…
Reference in New Issue
Block a user