summaryrefslogtreecommitdiff
path: root/desktop/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/print.c')
-rw-r--r--desktop/print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/print.c b/desktop/print.c
index c6c361108..ae0992ac0 100644
--- a/desktop/print.c
+++ b/desktop/print.c
@@ -126,6 +126,7 @@ bool print_draw_next_page(const struct printer *printer,
struct content_redraw_data data;
struct redraw_context ctx = {
.interactive = false,
+ .background_images = !option_remove_backgrounds,
.plot = printer->plotter
};