Implied table rows must increment the row group's row count too.

This commit is contained in:
Michael Drake 2014-04-09 20:58:12 +01:00
parent b828f6de02
commit e41900bddc
1 changed files with 1 additions and 0 deletions

View File

@ -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;