зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
cbb9b2c682
Коммит
b0d6fc171e
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче