mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-25 03:42:04 +03:00
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:
parent
85c2f83dc9
commit
98092d7f16
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user