Added repaint is forced on Select All

This commit is contained in:
rods%netscape.com 1998-08-03 23:14:54 +00:00
parent 818ad3c3f4
commit eb5f819286

View File

@ -1466,6 +1466,7 @@ nsBrowserWindow::DoSelectAll()
nsIDocument* doc = shell->GetDocument();
if (nsnull != doc) {
doc->SelectAll();
ForceRefresh();
NS_RELEASE(doc);
}
NS_RELEASE(shell);