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

mshtml: Set focus to FALSE in InPlaceDeactivate.

parent 5baf587c
......@@ -201,6 +201,9 @@ static HRESULT WINAPI OleInPlaceObjectWindowless_InPlaceDeactivate(IOleInPlaceOb
SetWindowPos(This->hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
}
This->focus = FALSE;
notif_focus(This);
This->in_place_active = FALSE;
if(This->ipsite) {
IOleInPlaceSiteEx *ipsiteex;
......
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