Fix bug 13729 for putterman/hyatt. Tree headers not always displaying on Mac/Linux. Commented out optimization in Reflow(). r=hyatt.

git-svn-id: svn://10.0.0.236/trunk@49890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hangas%netscape.com
1999-10-05 23:46:16 +00:00
parent 28e1dfd154
commit efca1f8c77

View File

@@ -175,7 +175,7 @@ nsTreeRowFrame::Reflow(nsIPresContext& aPresContext,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus)
{
/*
if (aReflowState.reason != eReflowReason_Incremental) {
// Determine the row's generation.
nsTableFrame* tableFrame;
@@ -193,7 +193,7 @@ nsTreeRowFrame::Reflow(nsIPresContext& aPresContext,
}
}
}
*/
/* static int i = 0;
i++;
printf("Full row reflow! Number %d\n", i);