Remove core print specific option from html redraw.

svn path=/trunk/netsurf/; revision=13339
This commit is contained in:
Michael Drake 2011-12-23 23:24:47 +00:00
parent 246ee6dc6f
commit f7f3e33f80
1 changed files with 1 additions and 2 deletions

View File

@ -2035,8 +2035,7 @@ bool html_redraw_background(int x, int y, struct box *box, float scale,
.fill_colour = *background_colour,
};
if ((html_redraw_printing && option_remove_backgrounds) ||
ctx->background_images == false)
if (ctx->background_images == false)
return true;
plot_content = (background->background != NULL);