Applied [ 731578 ] wxThread state bugfix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-03 15:41:57 +00:00
parent 9fe6f6c258
commit f9940dab60

View File

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