summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html_redraw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 53897650c..5ed45d91b 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -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);