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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user