summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index b9d6e84f1..b31c98e64 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -147,7 +147,7 @@ bool html_redraw(struct content *c, int x, int y,
result = plot.clip(clip_x0, clip_y0, clip_x1, clip_y1);
if (c->data.html.background_colour != TRANSPARENT)
background_colour = c->data.html.background_colour;
- result &= plot.clg(background_colour);
+ result &= plot.fill(clip_x0, clip_y0, clip_x1, clip_y1, background_colour);
result &= html_redraw_box(box, x, y,
clip_x0, clip_y0, clip_x1, clip_y1,