Commit 04e30118 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Deactivate UI in InPlaceDeactivate.

parent d59ba4cc
......@@ -179,6 +179,10 @@ static HRESULT WINAPI OleInPlaceObjectWindowless_InPlaceDeactivate(IOleInPlaceOb
TRACE("(%p)\n", This);
if(This->ui_active)
IOleDocumentView_UIActivate(DOCVIEW(This), FALSE);
This->window_active = FALSE;
if(!This->in_place_active)
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