Call to RecalcLayoutData

git-svn-id: svn://10.0.0.236/trunk@805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kostello
1998-04-28 22:44:05 +00:00
parent 54f4d85fe1
commit ac5c637ccd
2 changed files with 6 additions and 4 deletions

View File

@@ -228,11 +228,12 @@ NS_METHOD nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresContext,
&innerTableMaxElementSize);
#ifdef NOISY_MARGINS
nsIContentPtr content = mInnerTableFrame->GetContent();
nsIContent* content = nsnull;
mInnerTableFrame->GetContent(content);
nsTablePart *table = (nsTablePart*)content;
if (table != nsnull)
table->DumpCellMap();
mInnerTableFrame->ResetColumnLayoutData();
mInnerTableFrame->RecalcLayoutData();
mInnerTableFrame->ListColumnLayoutData(stdout,1);
#endif

View File

@@ -228,11 +228,12 @@ NS_METHOD nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresContext,
&innerTableMaxElementSize);
#ifdef NOISY_MARGINS
nsIContentPtr content = mInnerTableFrame->GetContent();
nsIContent* content = nsnull;
mInnerTableFrame->GetContent(content);
nsTablePart *table = (nsTablePart*)content;
if (table != nsnull)
table->DumpCellMap();
mInnerTableFrame->ResetColumnLayoutData();
mInnerTableFrame->RecalcLayoutData();
mInnerTableFrame->ListColumnLayoutData(stdout,1);
#endif