Applied [ 731578 ] wxThread state bugfix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-05-03 15:41:57 +00:00
parent 2cee82b781
commit 40f359cafe

View File

@ -674,6 +674,8 @@ bool wxThreadInternal::Create(wxThread *thread, unsigned int stackSize)
SetPriority(m_priority);
}
m_state = STATE_NEW;
return TRUE;
}