From e92f0ce2f044ce90e30c36b1768465e0e1c5bc8b Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 20 Aug 2004 21:30:45 +0000 Subject: [project @ 2004-08-20 21:30:45 by bursa] Fix font anti-aliasing with blending off. svn path=/import/netsurf/; revision=1246 --- riscos/htmlredraw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos') diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c index 592398131..23629529f 100644 --- a/riscos/htmlredraw.c +++ b/riscos/htmlredraw.c @@ -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 */ -- cgit v1.2.3