If the extent changes, make sure the next redraw does the entire visible area,

otherwise it goes a bit weird in faster_scroll mode.

svn path=/trunk/netsurf/; revision=7889
This commit is contained in:
Chris Young 2009-06-20 09:57:26 +00:00
parent 85c2f83dc9
commit 98092d7f16

View File

@ -2531,6 +2531,7 @@ void gui_window_update_extent(struct gui_window *g)
SCROLLER_Visible,bbox->Width,
TAG_DONE);
}
g->shared->new_content = true;
}
void gui_window_set_status(struct gui_window *g, const char *text)