framebuffer/local_history: Scroll to cursor on open

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-08-02 21:01:46 +01:00
parent 5e8b2d4653
commit 7c2811f5f6

View File

@ -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;