summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-08-20 21:30:45 +0000
committerJames Bursa <james@netsurf-browser.org>2004-08-20 21:30:45 +0000
commite92f0ce2f044ce90e30c36b1768465e0e1c5bc8b (patch)
treeca37cfde06404e08cd9245f6bca3260119a2542a /riscos
parent5611d2c739df0b56a9fedaf5f89f5e1af86df949 (diff)
downloadnetsurf-e92f0ce2f044ce90e30c36b1768465e0e1c5bc8b.tar.gz
netsurf-e92f0ce2f044ce90e30c36b1768465e0e1c5bc8b.tar.bz2
[project @ 2004-08-20 21:30:45 by bursa]
Fix font anti-aliasing with blending off. svn path=/import/netsurf/; revision=1246
Diffstat (limited to 'riscos')
-rw-r--r--riscos/htmlredraw.c4
1 files changed, 2 insertions, 2 deletions
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 */