X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e58dab20ce995856303154a367bcca904066525c..c89f5c02b1ecc6098b21b39b01509dd387c1cb34:/src/os2/app.cpp diff --git a/src/os2/app.cpp b/src/os2/app.cpp index 7bcf7d2b7d..8062159328 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -901,7 +901,8 @@ bool wxApp::ProcessMessage( if (pMsg->msg == WM_TIMER && (SHORT1FROMMP(pMsg->mp1) != TID_CURSOR && SHORT1FROMMP(pMsg->mp1) != TID_FLASHWINDOW && - SHORT1FROMMP(pMsg->mp1) != TID_SCROLL + SHORT1FROMMP(pMsg->mp1) != TID_SCROLL && + SHORT1FROMMP(pMsg->mp1) != 0x0000 )) wxTimerProc(NULL, 0, (int)pMsg->mp1, 0);