Fix mistake merging a comment.

git-svn-id: svn://10.0.0.236/branches/REFLOW_20051011_BRANCH@182134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2005-10-12 23:34:45 +00:00
parent 62b3d413e3
commit bfb69f5feb

View File

@@ -2235,7 +2235,7 @@ nsTreeBodyFrame::Paint(nsPresContext* aPresContext,
mPageLength = mInnerBox.height/mRowHeight;
if (oldPageCount != mPageLength || mHorzWidth != CalcHorzWidth()) {
// Schedule a ResizeReflow that will update our page count properly.
// Schedule a ResizeReflow that will update our info properly.
AddStateBits(NS_FRAME_IS_DIRTY);
aPresContext->PresShell()->FrameNeedsReflow(this, nsIPresShell::eResize);
}