summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-04-09 20:58:12 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-04-09 20:58:12 +0100
commite41900bddc8488ae29f7c302103cfea3eef8bbdc (patch)
treebcfb073819ee4603fa9297f08adec35d17a4952c /render/box_normalise.c
parentb828f6de02393cc47139fa268a5e1f2c2085771e (diff)
downloadnetsurf-e41900bddc8488ae29f7c302103cfea3eef8bbdc.tar.gz
netsurf-e41900bddc8488ae29f7c302103cfea3eef8bbdc.tar.bz2
Implied table rows must increment the row group's row count too.
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box_normalise.c b/render/box_normalise.c
index a19047cb2..ecea6eab0 100644
--- a/render/box_normalise.c
+++ b/render/box_normalise.c
@@ -650,6 +650,7 @@ bool box_normalise_table_row_group(struct box *row_group,
row_group->last = row;
row->parent = row_group;
+ group_row_count++;
if (box_normalise_table_row(row, col_info,
c) == false)
return false;