Commit d7043f23 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Set focus in ui_activate.

parent 56bb0286
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment