mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +00:00
parent
ffe3109d37
commit
f908d37bb3
33 changed files with 74 additions and 3 deletions
|
@ -191,7 +191,7 @@ BOOL TranslateChildTabMessage(PMSG msg)
|
|||
|
||||
if (msg->wParam != VK_TAB) return FALSE;
|
||||
if (GetParent(msg->hwnd) != g_pChildWnd->hWnd) return FALSE;
|
||||
PostMessageW(g_pChildWnd->hWnd, WM_COMMAND, ID_SWITCH_PANELS, 0);
|
||||
PostMessageW(hFrameWnd, WM_COMMAND, ID_SWITCH_PANELS, 0);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue