Fix silly.

svn path=/trunk/netsurf/; revision=11764
This commit is contained in:
Michael Drake 2011-02-22 22:14:22 +00:00
parent 8a223ef1b2
commit cbaada8305
1 changed files with 2 additions and 1 deletions

View File

@ -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