Bug 173072. Fix XUL scrollbar regression by forcing a view update after reflow. r=bzbarsky,sr=dbaron

This commit is contained in:
roc+%cs.cmu.edu 2002-11-10 18:21:05 +00:00
parent 5e0cf4ad33
commit 0980fa2f27

View File

@ -1152,7 +1152,7 @@ nsBox::SyncLayout(nsBoxLayoutState& aState)
view,
nsnull,
flags);
nsHTMLContainerFrame::SyncFrameViewProperties(presContext, frame, nsnull, view);
}