AMIGA: Update to remove rectangle scaling from browser window invalidate

This commit is contained in:
Vincent Sanders 2019-08-01 21:24:18 +01:00
parent 2943e9ae46
commit 654840e845
1 changed files with 1 additions and 1 deletions

View File

@ -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);