projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tries to fix wxListBox focus problems.
[wxWidgets.git]
/
src
/
mac
/
timer.cpp
diff --git
a/src/mac/timer.cpp
b/src/mac/timer.cpp
index 107906e76390397021ded29b072e42561e845348..f2b5f2e8961ec113b98baac62f9bd738d3713359 100644
(file)
--- a/
src/mac/timer.cpp
+++ b/
src/mac/timer.cpp
@@
-79,6
+79,8
@@
bool wxTimer::Start(int milliseconds,bool mode)
#endif
m_info.m_task.tmWakeUp = 0 ;
m_info.m_task.tmReserved = 0 ;
+ m_info.m_task.qType = 0 ;
+ m_info.m_timer = this ;
InsXTime((QElemPtr) &m_info.m_task ) ;
PrimeTime( (QElemPtr) &m_info.m_task , m_milli ) ;
return FALSE;