mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Layout absolutely positioned children of tables.
svn path=/trunk/netsurf/; revision=2791
This commit is contained in:
parent
985c82a46c
commit
80b3286e9d
@ -2103,6 +2103,9 @@ bool layout_table(struct box *table, int available_width,
|
||||
table->width = table_width;
|
||||
table->height = table_height;
|
||||
|
||||
if (!layout_absolute_children(table, content))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user