X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c679789bdbc8b42b7b71828b0f02f97614ee574..f61757b17c623137d439b3cbe34960f7ce1e9601:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 0849fdb6a0..593d1fc131 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -563,8 +563,8 @@ bool wxEvtHandler::ProcessThreadEvent(wxEvent& event) wxPendingEventsLocker->Leave(); #ifdef __WXGTK__ -// if (g_isIdle) -// wxapp_install_idle_handler(); + if (g_isIdle) + wxapp_install_idle_handler(); #endif return TRUE;