projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new wxFontDialog,
[wxWidgets.git]
/
src
/
common
/
event.cpp
diff --git
a/src/common/event.cpp
b/src/common/event.cpp
index 831b257dcdb5c822895982f5c4ef8f423f37ff60..d0e063d025d75db9c5f64f92525b7e837add2992 100644
(file)
--- a/
src/common/event.cpp
+++ b/
src/common/event.cpp
@@
-562,6
+562,7
@@
bool wxEvtHandler::ProcessThreadEvent(wxEvent& event)
wxPendingEvents->Append(this);
wxPendingEventsLocker->Leave();
+ // TODO: Wake up idle handler for the other platforms.
#ifdef __WXGTK__
if (g_isIdle)
wxapp_install_idle_handler();