From 1fc91faff127d468cd18be7c57ea9252adc8890e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 25 Feb 2008 08:56:11 +0000 Subject: Also flag box as invisible so it'll have no effect on layout svn path=/trunk/netsurf/; revision=3864 --- render/box_construct.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render') diff --git a/render/box_construct.c b/render/box_construct.c index c806297cb..9950eb421 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -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; } -- cgit v1.2.3