OS/2 Updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-03-20 00:31:11 +00:00
parent 8c5907cea3
commit dae167759c
4 changed files with 100 additions and 83 deletions

View File

@@ -1674,12 +1674,12 @@ bool wxWindow::OS2ProcessMessage(
}
}
}
//
// Let Dialogs process
//
if (::WinSendMsg(pQMsg->hwnd, WM_QUERYDLGCODE, pQMsg, 0));
return TRUE;
}
//
// Let Dialogs process
//
if (::WinSendMsg(pQMsg->hwnd, WM_QUERYDLGCODE, pQMsg, 0));
return TRUE;
#if wxUSE_TOOLTIPS
if ( m_tooltip )