diff --git a/src/msw/thread.cpp b/src/msw/thread.cpp index 4cbf5710d5..64f7489667 100644 --- a/src/msw/thread.cpp +++ b/src/msw/thread.cpp @@ -659,6 +659,8 @@ bool wxThreadInternal::Create(wxThread *thread, unsigned int stackSize) SetPriority(m_priority); } + m_state = STATE_NEW; + return TRUE; }