summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-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 2b85f6c86..cb178eab2 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -691,7 +691,7 @@ bool html_redraw_box(const html_content *html, struct box *box,
obj_x += width / 2 - obj_width / 2;
if (!plot->text(obj_x, y + padding_top + (int)
- (height * 0.75 * scale),
+ (height * 0.75),
obj, sizeof(obj) - 1,
plot_fstyle_broken_object))
return false;