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.


git-svn-id: svn://10.0.0.236/trunk@38794 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-07-08 08:16:49 +00:00
parent 79618dd527
commit ab7a2f3b24
2 changed files with 6 additions and 0 deletions

View File

@@ -3010,6 +3010,9 @@ nsWebShell::OnEndDocumentLoad(nsIDocumentLoader* loader,
rv = NS_OK;
}
// Do a repaint
Repaint(PR_TRUE);
return rv;
}