mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 03:14:21 +03:00
Maybe fix table layout problem caused by r4100.
svn path=/trunk/netsurf/; revision=4103
This commit is contained in:
parent
c4146fb8ff
commit
e6e0fa0b32
@ -122,6 +122,10 @@ bool table_calculate_column_types(struct box *table)
|
||||
continue;
|
||||
i = cell->start_column;
|
||||
|
||||
for (j = i; j < i + cell->columns; j++) {
|
||||
col[j].positioned = false;
|
||||
}
|
||||
|
||||
/* count column types in spanned cells */
|
||||
for (j = 0; j != cell->columns; j++) {
|
||||
if (col[i + j].type == COLUMN_WIDTH_FIXED) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user