projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added SetString(), deprecated SetLabel()
[wxWidgets.git]
/
src
/
x11
/
evtloop.cpp
diff --git
a/src/x11/evtloop.cpp
b/src/x11/evtloop.cpp
index a6bdaeb2f78629b773eb61a342e4daef631ee73f..dd8a8f030ec59560324516b39206a510bc5a1259 100644
(file)
--- a/
src/x11/evtloop.cpp
+++ b/
src/x11/evtloop.cpp
@@
-163,7
+163,9
@@
int wxEventLoop::Run()
// anything else to do
while ( ! Pending() )
{
+#if wxUSE_TIMER
wxTimer::NotifyTimers(); // TODO: is this the correct place for it?
+#endif
if (!m_impl->SendIdleEvent())
{
#if 0 // wxUSE_THREADS