mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32]
* Give focus to the def view control when CDesktopBrowser gets focus. CORE-8980 svn path=/trunk/; revision=65874
This commit is contained in:
@@ -525,6 +525,10 @@ LRESULT CALLBACK CDesktopBrowser::ProgmanWindowProc(IN HWND hwnd, IN UINT uMsg,
|
||||
|
||||
case WM_COMMAND:
|
||||
return pThis->OnCommand(uMsg, wParam, lParam);
|
||||
|
||||
case WM_SETFOCUS:
|
||||
SetFocus(pThis->hWndShellView);
|
||||
break;
|
||||
default:
|
||||
DefMsgHandler:
|
||||
Ret = DefWindowProcW(hwnd, uMsg, wParam, lParam);
|
||||
|
||||
Reference in New Issue
Block a user