From 772ebc69c95bda5e5c35ab8aedfe9049cca212b7 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 10 Jun 2017 12:02:44 +0100 Subject: RISC OS: Local history now behaves the same as other core windows. --- frontends/riscos/local_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/riscos/local_history.c') diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c index fae78e6ff..1ad63e027 100644 --- a/frontends/riscos/local_history.c +++ b/frontends/riscos/local_history.c @@ -90,7 +90,7 @@ ro_local_history_draw(struct ro_corewindow *ro_cw, ro_plot_origin_x = originx; ro_plot_origin_y = originy; no_font_blending = true; - local_history_redraw(lhw->session, r->x0, r->y0, r, &ctx); + local_history_redraw(lhw->session, 0, 0, r, &ctx); no_font_blending = false; return NSERROR_OK; -- cgit v1.2.3