mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Added repaint is forced on Select All
This commit is contained in:
parent
818ad3c3f4
commit
eb5f819286
@ -1466,6 +1466,7 @@ nsBrowserWindow::DoSelectAll()
|
||||
nsIDocument* doc = shell->GetDocument();
|
||||
if (nsnull != doc) {
|
||||
doc->SelectAll();
|
||||
ForceRefresh();
|
||||
NS_RELEASE(doc);
|
||||
}
|
||||
NS_RELEASE(shell);
|
||||
|
Loading…
Reference in New Issue
Block a user