mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
framebuffer/local_history: Scroll to cursor on open
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
5e8b2d4653
commit
7c2811f5f6
@ -205,6 +205,7 @@ nserror fb_local_history_present(fbtk_widget_t *parent,
|
||||
|
||||
fbtk_set_zorder(local_history_window->core.wnd, INT_MIN);
|
||||
fbtk_set_mapping(local_history_window->core.wnd, true);
|
||||
local_history_scroll_to_cursor(local_history_window->session);
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user