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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user