mshtml: Call update_doc in exec_editmode.

This commit is contained in:
Jacek Caban 2007-06-10 11:40:16 +02:00 committed by Alexandre Julliard
parent 20d77432a2
commit 86e224c12d
1 changed files with 2 additions and 0 deletions

View File

@ -553,6 +553,8 @@ static HRESULT exec_editmode(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
return hres;
}
update_doc(This, UPDATE_UI);
return IPersistMoniker_Load(PERSISTMON(This), TRUE, mon, NULL, 0);
}