Skip to content

Commit bf31656

Browse files
committed
rollback wrong change
1 parent 7dd3ac4 commit bf31656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HtmlRenderer/Core/Dom/CssLayoutEngineTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ private void LayoutCells(RGraphics g)
630630
LayoutRowsGroup(g, _headerBox, startx, ref dummyY, maxRight, ref dummyBottom);
631631
LayoutRowsGroup(g, _footerBox, startx, ref dummyY, maxRight, ref dummyBottom);
632632

633-
for (int i = 0; i < _bodyrows.Count; i++)
633+
for (int i = 0; i < _allRows.Count; i++)
634634
{
635635
var row = _allRows[i];
636636
double curx = startx;

0 commit comments

Comments
 (0)