mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Fixes for repainting problems. This is probably the wrong thing to do, but
dammit, it works. Making all webshells repaint when their document gets loaded.
This commit is contained in:
parent
c07daf6f42
commit
6561ffc3d8
@ -3010,6 +3010,9 @@ nsWebShell::OnEndDocumentLoad(nsIDocumentLoader* loader,
|
||||
rv = NS_OK;
|
||||
}
|
||||
|
||||
// Do a repaint
|
||||
Repaint(PR_TRUE);
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
@ -3010,6 +3010,9 @@ nsWebShell::OnEndDocumentLoad(nsIDocumentLoader* loader,
|
||||
rv = NS_OK;
|
||||
}
|
||||
|
||||
// Do a repaint
|
||||
Repaint(PR_TRUE);
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user