mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 330964 - Fix cellspacing call in CalcUnpaginagedHeight. r=roc
This commit is contained in:
parent
0fb72e2604
commit
1296f2e758
@ -828,7 +828,7 @@ CalcUnpaginagedHeight(nsPresContext* aPresContext,
|
||||
int32_t rowIndex;
|
||||
firstCellInFlow->GetRowIndex(rowIndex);
|
||||
int32_t rowSpan = aTableFrame.GetEffectiveRowSpan(*firstCellInFlow);
|
||||
nscoord cellSpacing = firstTableInFlow->GetCellSpacingX();
|
||||
nscoord cellSpacing = firstTableInFlow->GetCellSpacingY();
|
||||
|
||||
nscoord computedHeight = ((rowSpan - 1) * cellSpacing) - aVerticalBorderPadding;
|
||||
int32_t rowX;
|
||||
|
Loading…
Reference in New Issue
Block a user