From cbaada8305f949ed8bc54804162e41b3dc5e4596 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 22 Feb 2011 22:14:22 +0000 Subject: Fix silly. svn path=/trunk/netsurf/; revision=11764 --- render/html_redraw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render') diff --git a/render/html_redraw.c b/render/html_redraw.c index 10b2679aa..428289efc 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -410,8 +410,9 @@ bool html_redraw_box(struct box *box, int x_parent, int y_parent, return false; } else { /* clip box is fine, clip to it */ - if (!plot.clip(&r)) r = *clip; + if (!plot.clip(&r)) + return false; } /* background colour and image for block level content and replaced -- cgit v1.2.3