Module: wine Branch: master Commit: 86e224c12d09183551af29e0727322d2f6d7eec0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=86e224c12d09183551af29e072...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Jun 10 11:40:16 2007 +0200
mshtml: Call update_doc in exec_editmode.
---
dlls/mshtml/olecmd.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/olecmd.c b/dlls/mshtml/olecmd.c index 2c30dc7..8a0aa61 100644 --- a/dlls/mshtml/olecmd.c +++ b/dlls/mshtml/olecmd.c @@ -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); }