Weekly OS/2 catch-up.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-06-03 14:56:27 +00:00
parent af3653ddfa
commit ed2b77fc47
2 changed files with 8 additions and 9 deletions

View File

@@ -769,10 +769,7 @@ bool wxApp::DoMessage()
{
QMSG vMsg = svSavedMessages[n];
if ( !ProcessMessage((WXMSG *)&vMsg) )
{
::WinDispatchMsg(vHabmain, &vMsg);
}
DoMessage((WXMSG*)&vMsg);
}
svSavedMessages.Empty();
}