mshtml: Call OnViewChange in set_downloading_proc.

This commit is contained in:
Jacek Caban 2010-03-03 14:55:43 +01:00 committed by Alexandre Julliard
parent 2a092e212b
commit 4ae97b169d
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ static void set_downloading_proc(task_t *_task)
doc->download_state = 1;
}
if(doc->view_sink)
IAdviseSink_OnViewChange(doc->view_sink, DVASPECT_CONTENT, -1);
if(doc->hostui) {
IDropTarget *drop_target = NULL;