mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Enable fast scrolling for non-HTML contents
svn path=/trunk/netsurf/; revision=12103
This commit is contained in:
parent
fea411b71e
commit
ef02bcc122
@ -3295,7 +3295,7 @@ void ami_do_redraw(struct gui_window_2 *g)
|
||||
if(g->bw->scale != 1.0) g->redraw_scroll = false;
|
||||
}
|
||||
|
||||
if(g->redraw_scroll && content_get_type(c) == CONTENT_HTML)
|
||||
if(g->redraw_scroll)
|
||||
{
|
||||
g->bw->window->c_h_temp = g->bw->window->c_h;
|
||||
gui_window_remove_caret(g->bw->window);
|
||||
|
Loading…
Reference in New Issue
Block a user