From efca1f8c7751102438460ed2551b9170f9c99b8a Mon Sep 17 00:00:00 2001 From: "hangas%netscape.com" Date: Tue, 5 Oct 1999 23:46:16 +0000 Subject: [PATCH] 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 --- mozilla/layout/xul/base/src/nsTreeRowFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp b/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp index 38c7a08fffe..ce7926e0e48 100644 --- a/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp +++ b/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp @@ -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);