mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
GTK: Don't need to treat local history specially now.
This commit is contained in:
parent
56daba5878
commit
b0358727d9
@ -116,7 +116,7 @@ nsgtk_local_history_draw(struct nsgtk_corewindow *nsgtk_cw, struct rect *r)
|
|||||||
lhw = (struct nsgtk_local_history_window *)nsgtk_cw;
|
lhw = (struct nsgtk_local_history_window *)nsgtk_cw;
|
||||||
|
|
||||||
ctx.plot->clip(&ctx, r);
|
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;
|
return NSERROR_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user