X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c679789bdbc8b42b7b71828b0f02f97614ee574..34636400a0018eba4a1f63dda18cf32e944b959e:/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;