projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed preview navigation as per ancient bug report
[wxWidgets.git]
/
src
/
os2
/
thread.cpp
diff --git
a/src/os2/thread.cpp
b/src/os2/thread.cpp
index ad67a34b117b6e7ee29e84b690341b596da85180..884f66cff4ed4f2e399c68560083655f34e61929 100644
(file)
--- a/
src/os2/thread.cpp
+++ b/
src/os2/thread.cpp
@@
-484,6
+484,9
@@
bool wxThreadInternal::Create(
{
SetPriority(m_nPriority);
}
+
+ m_eState = STATE_NEW;
+
return(TRUE);
}