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:
@@ -769,10 +769,7 @@ bool wxApp::DoMessage()
|
||||
{
|
||||
QMSG vMsg = svSavedMessages[n];
|
||||
|
||||
if ( !ProcessMessage((WXMSG *)&vMsg) )
|
||||
{
|
||||
::WinDispatchMsg(vHabmain, &vMsg);
|
||||
}
|
||||
DoMessage((WXMSG*)&vMsg);
|
||||
}
|
||||
svSavedMessages.Empty();
|
||||
}
|
||||
|
Reference in New Issue
Block a user