git-svn-id: svn://10.0.0.236/trunk@57268 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com 2000-01-10 08:48:54 +00:00
parent fa3440f4ba
commit e581fba5be
2 changed files with 4 additions and 2 deletions

View File

@ -488,7 +488,8 @@ nsTreeCreator::CreateTableRowFrame(nsIFrame** aNewFrame) {
nsresult
nsTreeCreator::CreateTableCellInnerFrame(nsIFrame** aNewFrame) {
return NS_NewBoxFrame(mPresShell, aNewFrame);
//return NS_NewBoxFrame(mPresShell, aNewFrame);
return NS_NewTableCellInnerFrame(mPresShell, aNewFrame);
}
#endif // INCLUDE_XUL

View File

@ -488,7 +488,8 @@ nsTreeCreator::CreateTableRowFrame(nsIFrame** aNewFrame) {
nsresult
nsTreeCreator::CreateTableCellInnerFrame(nsIFrame** aNewFrame) {
return NS_NewBoxFrame(mPresShell, aNewFrame);
//return NS_NewBoxFrame(mPresShell, aNewFrame);
return NS_NewTableCellInnerFrame(mPresShell, aNewFrame);
}
#endif // INCLUDE_XUL