Also flag box as invisible so it'll have no effect on layout

svn path=/trunk/netsurf/; revision=3864
This commit is contained in:
John Mark Bell 2008-02-25 08:56:11 +00:00
parent 73c02364a8
commit 1fc91faff1
1 changed files with 1 additions and 0 deletions

View File

@ -1656,6 +1656,7 @@ bool box_frameset(BOX_SPECIAL_PARAMS)
if (convert_children)
*convert_children = false;
/* And ignore this spurious frameset */
box->style->display = CSS_DISPLAY_NONE;
return true;
}