summaryrefslogtreecommitdiff
path: root/desktop/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.c')
-rw-r--r--desktop/browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 1fb4de5f5..e538e87f3 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -131,7 +131,7 @@ bool browser_window_redraw(struct browser_window *bw, int x, int y,
/* Render the content */
plot_ok &= content_redraw(bw->current_content, x, y, width, height,
- clip, bw->scale, 0xFFFFFF);
+ clip, bw->scale, 0xFFFFFF, false, false);
if (plot.option_knockout)
knockout_plot_end();