r=vidur. a=chofmann. Post a reflow event instead of doing reflow command processing synchronously. Currently this only happens on content appended and content inserted notificaitions in the pres shell.

git-svn-id: svn://10.0.0.236/trunk@52989 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-11-09 03:23:26 +00:00
parent a76ce97e81
commit 7ad60e4687
10 changed files with 420 additions and 62 deletions

View File

@@ -1067,7 +1067,7 @@ nsComboboxControlFrame::SelectionChanged()
if (NS_SUCCEEDED(rv) && shell) {
if (NS_SUCCEEDED(shell->EnterReflowLock())) {
shell->AppendReflowCommand(cmd);
shell->ExitReflowLock();
shell->ExitReflowLock(PR_TRUE, PR_TRUE);
}
}
NS_RELEASE(cmd);