Fix redraw issues for CONTENT_CSS

svn path=/trunk/netsurf/; revision=2528
This commit is contained in:
John Mark Bell 2006-04-13 00:22:52 +00:00
parent 1b48febd2f
commit 1b7797b395
1 changed files with 3 additions and 0 deletions

View File

@ -485,6 +485,9 @@ void ro_gui_window_redraw(struct gui_window *g, wimp_draw *redraw)
case CONTENT_HTML:
break;
case CONTENT_CSS:
clear_background = true;
scale = g->option.scale;
break;
case CONTENT_TEXTPLAIN:
#ifdef WITH_JPEG
case CONTENT_JPEG: