mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 05:49:19 +03:00
Fix local history redraw
svn path=/trunk/netsurf/; revision=12054
This commit is contained in:
parent
3341d97949
commit
40896dd3d9
@ -164,8 +164,8 @@ void ami_history_redraw(struct history_window *hw)
|
||||
|
||||
glob = &hw->gg;
|
||||
|
||||
SetRPAttrs(&glob->rp, RPTAG_APenColor, 0xffffffff, TAG_DONE);
|
||||
RectFill(&glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1);
|
||||
SetRPAttrs(glob->rp, RPTAG_APenColor, 0xffffffff, TAG_DONE);
|
||||
RectFill(glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1);
|
||||
|
||||
history_redraw_rectangle(history_current, xs, ys,
|
||||
bbox->Width + xs, bbox->Height + ys, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user