My previous check-in had an important line accidentally commented out. This just re-enables that line. This fixes bug 58257

This commit is contained in:
buster@netscape.com
2000-10-30 04:48:53 +00:00
parent 315f997fca
commit 6cf577d881
6 changed files with 6 additions and 6 deletions

View File

@@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
NS_BLOCK_MARGIN_ROOT & mState);
if (eReflowReason_Resize != aReflowState.reason) {
//RenumberLists(aPresContext);
RenumberLists(aPresContext);
}
nsresult rv = NS_OK;