From 654840e8452696bcc23633ca857c3a1fa0155d1e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 1 Aug 2019 21:24:18 +0100 Subject: AMIGA: Update to remove rectangle scaling from browser window invalidate --- frontends/amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index f90b91ea9..f5a7cadea 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -4111,7 +4111,7 @@ static void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw } ami_do_redraw_tiled(g->shared, busy, x0, y0, - (x1 - x0) * g->scale, (y1 - y0) * g->scale, sx, sy, bbox, &ctx); + x1 - x0, y1 - y0, sx, sy, bbox, &ctx); ami_gui_free_space_box(bbox); -- cgit v1.2.3