[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:
James Bursa 2004-08-20 21:30:45 +00:00
parent 5611d2c739
commit e92f0ce2f0

View File

@ -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 */