Prevent status bar from painting synchronously to prevent flicker. b=129844 r=jkeiser sr=kin

git-svn-id: svn://10.0.0.236/trunk@141224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com
2003-04-16 02:01:12 +00:00
parent 7867c4fe5e
commit 0a1d8d7ffd
2 changed files with 2 additions and 2 deletions

View File

@@ -5171,7 +5171,7 @@ PresShell::FlushPendingNotifications(PRBool aUpdateViews)
ProcessReflowCommands(PR_FALSE);
if (aUpdateViews && mViewManager) {
mViewManager->EndUpdateViewBatch(NS_VMREFRESH_IMMEDIATE);
mViewManager->EndUpdateViewBatch(NS_VMREFRESH_NO_SYNC);
}
}