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:
parent
2cee82b781
commit
40f359cafe
@ -674,6 +674,8 @@ bool wxThreadInternal::Create(wxThread *thread, unsigned int stackSize)
|
||||
SetPriority(m_priority);
|
||||
}
|
||||
|
||||
m_state = STATE_NEW;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user