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

This commit is contained in:
hangas%netscape.com 1999-10-05 23:46:16 +00:00
Родитель cbb9b2c682
Коммит b0d6fc171e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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);