Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.

This commit is contained in:
dbaron@fas.harvard.edu
2001-08-31 04:28:26 +00:00
parent d4d8440a70
commit b0cb10e8cf
30 changed files with 85 additions and 44 deletions

View File

@@ -668,7 +668,7 @@ nsComboboxControlFrame::ShowList(nsIPresContext* aPresContext, PRBool aShowList)
nsCOMPtr<nsIPresShell> presShell;
aPresContext->GetShell(getter_AddRefs(presShell));
presShell->FlushPendingNotifications();
presShell->FlushPendingNotifications(PR_FALSE);
if (widget)
widget->CaptureRollupEvents((nsIRollupListener *)this, mDroppedDown, PR_TRUE);
@@ -2064,7 +2064,7 @@ nsComboboxControlFrame::SelectionChanged()
nsCOMPtr<nsIPresShell> presShell;
mPresContext->GetShell(getter_AddRefs(presShell));
presShell->FlushPendingNotifications();
presShell->FlushPendingNotifications(PR_FALSE);
}
}
return rv;