[SHELL32]

* Give focus to the def view control when CDesktopBrowser gets focus.
CORE-8980

svn path=/trunk/; revision=65874
This commit is contained in:
Giannis Adamopoulos
2014-12-29 12:24:03 +00:00
parent 5aebc94de8
commit 137dbef056
@@ -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);