shdocvw: Set focus in ui_activate.

This commit is contained in:
Jacek Caban 2006-06-03 00:58:53 +02:00 committed by Alexandre Julliard
parent 56bb028611
commit d7043f23ca

View file

@ -174,6 +174,8 @@ static HRESULT activate_ui(WebBrowser *This, IOleClientSite *active_site, HWND p
* IOleInPlaceFrmae_SetMenu
*/
SetFocus(This->shell_embedding_hwnd);
return S_OK;
}