mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
Plot local history background white instead of wholly transparent
This commit is contained in:
parent
5c8dccd5f6
commit
1ea29c6aec
@ -82,7 +82,7 @@ static void ami_history_redraw(struct history_window *hw)
|
|||||||
|
|
||||||
glob = &hw->gg;
|
glob = &hw->gg;
|
||||||
|
|
||||||
SetRPAttrs(glob->rp, RPTAG_APenColor, 0xffffffff, TAG_DONE);
|
SetRPAttrs(glob->rp, RPTAG_APenColor, 0x00ffffff, TAG_DONE);
|
||||||
RectFill(glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1);
|
RectFill(glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1);
|
||||||
|
|
||||||
browser_window_history_redraw_rectangle(hw->gw->bw, xs, ys,
|
browser_window_history_redraw_rectangle(hw->gw->bw, xs, ys,
|
||||||
|
Loading…
Reference in New Issue
Block a user