La
git-svn-id: svn://10.0.0.236/trunk@57268 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fa3440f4ba
commit
e581fba5be
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user