no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -733,13 +733,14 @@ bool wxApp::ProcessMessage(
|
|||||||
// Try translations first; find the youngest window with
|
// Try translations first; find the youngest window with
|
||||||
// a translation table.
|
// a translation table.
|
||||||
//
|
//
|
||||||
|
#if 0
|
||||||
for (pWnd = pWndThis; pWnd; pWnd = pWnd->GetParent() )
|
for (pWnd = pWndThis; pWnd; pWnd = pWnd->GetParent() )
|
||||||
{
|
{
|
||||||
if (pMsg->msg == WM_CHAR)
|
if (pMsg->msg == WM_CHAR)
|
||||||
if (pWnd->OS2TranslateMessage(pWxmsg))
|
if (pWnd->OS2TranslateMessage(pWxmsg))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
//
|
//
|
||||||
// Anyone for a non-translation message? Try youngest descendants first.
|
// Anyone for a non-translation message? Try youngest descendants first.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user