mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-26 00:42:57 +03:00
Remove core print specific option from html redraw.
svn path=/trunk/netsurf/; revision=13339
This commit is contained in:
parent
246ee6dc6f
commit
f7f3e33f80
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user