X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e58dab20ce995856303154a367bcca904066525c..7d0180d415f3cce126abebed2ef1d0fde00bcc61:/src/os2/app.cpp diff --git a/src/os2/app.cpp b/src/os2/app.cpp index 7bcf7d2b7d..80790f9f67 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -667,7 +667,6 @@ wxApp::wxApp() { m_topWindow = NULL; wxTheApp = this; - m_wantDebugOutput = TRUE; argc = 0; argv = NULL; @@ -901,7 +900,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);