fixed bug 915. Colgroup frames now get Init() calls properly with

synthesized COLs.


git-svn-id: svn://10.0.0.236/trunk@11259 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1998-09-28 20:38:10 +00:00
parent 5b7e92b84d
commit 1c6e6e88a1
4 changed files with 14 additions and 16 deletions

View File

@@ -155,7 +155,7 @@ nsTableColGroupFrame::Init(nsIPresContext& aPresContext, nsIFrame* aChildList)
{
nsresult result = AppendNewFrames(aPresContext, aChildList);
if (NS_OK==result)
result = InitNewFrames(aPresContext, mFirstChild);
result = InitNewFrames(aPresContext, aChildList);
return result;
}