]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
VA needs FALSE not false
[wxWidgets.git] / src / os2 / app.cpp
index a8ccb45bae423137e9558e64e333ba76c72f9d06..cf75302c7832d741c13623afa382663aef7f4d15 100644 (file)
@@ -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