X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51c1d535fc3314e5de95fc4472f4a7e27a2ebeb6..eedb15434a5f0350f4e1a11faaab3391b900cb5b:/src/os2/app.cpp diff --git a/src/os2/app.cpp b/src/os2/app.cpp index a8ccb45bae..cf75302c78 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -760,6 +760,12 @@ bool wxApp::ProcessMessage( } #endif // wxUSE_TOOLTIPS + // + // We must relay Timer events to wxTimer's processing function + // + if (pMsg->msg == WM_TIMER) + wxTimerProc(NULL, 0, pMsg->mp1, 0); + // // For some composite controls (like a combobox), wndThis might be NULL // because the subcontrol is not a wxWindow, but only the control itself