From 8faa353087b8642dd71d3ab4b3e6f3075fe0d5fa Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 13 Jul 2011 13:51:22 +0000 Subject: Don't need current_redraw_browser for box scrollbars any more. svn path=/trunk/netsurf/; revision=12602 --- render/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 41b78314a..426ce2a82 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -718,7 +718,7 @@ bool html_redraw_box(const html_content *html, struct box *box, return false; /* scrollbars */ - if (current_redraw_browser && ((box->style && box->type != BOX_BR && + if (((box->style && box->type != BOX_BR && box->type != BOX_TABLE && box->type != BOX_INLINE && (css_computed_overflow(box->style) == CSS_OVERFLOW_SCROLL || -- cgit v1.2.3