Making inner tree cell a box frame. Seems to fix about 10 bugs. :)

This commit is contained in:
hyatt%netscape.com 2000-02-13 09:28:51 +00:00
parent 7f5e768851
commit dca01601be
2 changed files with 4 additions and 4 deletions

View File

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

View File

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