Fix redraw issues for CONTENT_CSS
svn path=/trunk/netsurf/; revision=2528
This commit is contained in:
parent
1b48febd2f
commit
1b7797b395
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue