GTK: Don't need to treat local history specially now.

This commit is contained in:
Michael Drake 2017-06-10 11:53:58 +01:00
parent 56daba5878
commit b0358727d9

View File

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