mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Making inner tree cell a box frame. Seems to fix about 10 bugs. :)
This commit is contained in:
parent
7f5e768851
commit
dca01601be
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user