mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
[project @ 2004-08-20 21:30:45 by bursa]
Fix font anti-aliasing with blending off. svn path=/import/netsurf/; revision=1246
This commit is contained in:
parent
5611d2c739
commit
e92f0ce2f0
@ -316,9 +316,9 @@ bool html_redraw_box(struct box *box,
|
||||
}
|
||||
}
|
||||
}
|
||||
/* set current background color for font painting */
|
||||
current_background_color = box->style->background_color;
|
||||
}
|
||||
/* set current background color for font painting */
|
||||
current_background_color = box->style->background_color;
|
||||
|
||||
if (box->background) {
|
||||
/* clip to padding box for everything but the main window */
|
||||
|
Loading…
Reference in New Issue
Block a user