]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/thread.cpp
merged the confllict resolution (I've fixed the m_format bug independently); no real...
[wxWidgets.git] / src / mac / thread.cpp
index e31c812c02b2c1de8668e422ed414461e06c3d66..fa6f0e8e742e19e03a6ca3671a6dc674c24a985e 100644 (file)
@@ -433,6 +433,8 @@ bool wxThreadInternal::Create(wxThread *thread, unsigned int stackSize)
         SetPriority(m_priority);
     }
 
+    m_state = STATE_NEW;
+
     return TRUE;
 }