mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-11 17:42:54 +03:00
Revert "Plot local history background white instead of wholly transparent"
On second thoughts this was correct initially. This reverts commit 1ea29c6aec03e0d6e9325910998e16910170fafa.
This commit is contained in:
parent
6eb0bd4579
commit
893df2ccf1
@ -82,7 +82,7 @@ static void ami_history_redraw(struct history_window *hw)
|
|||||||
|
|
||||||
glob = &hw->gg;
|
glob = &hw->gg;
|
||||||
|
|
||||||
SetRPAttrs(glob->rp, RPTAG_APenColor, 0x00ffffff, TAG_DONE);
|
SetRPAttrs(glob->rp, RPTAG_APenColor, 0xffffffff, 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…
x
Reference in New Issue
Block a user