From b0358727d90383d9fee6ccff87f3f2274d9d4225 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 10 Jun 2017 11:53:58 +0100 Subject: GTK: Don't need to treat local history specially now. --- frontends/gtk/local_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/gtk/local_history.c') diff --git a/frontends/gtk/local_history.c b/frontends/gtk/local_history.c index 650cb4fb6..b36ccd23a 100644 --- a/frontends/gtk/local_history.c +++ b/frontends/gtk/local_history.c @@ -116,7 +116,7 @@ nsgtk_local_history_draw(struct nsgtk_corewindow *nsgtk_cw, struct rect *r) lhw = (struct nsgtk_local_history_window *)nsgtk_cw; ctx.plot->clip(&ctx, r); - local_history_redraw(lhw->session, r->x0, r->y0, r, &ctx); + local_history_redraw(lhw->session, 0, 0, r, &ctx); return NSERROR_OK; } -- cgit v1.2.3