Fix local history redraw

svn path=/trunk/netsurf/; revision=12054
This commit is contained in:
Chris Young 2011-03-15 00:08:06 +00:00
parent 3341d97949
commit 40896dd3d9

View File

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