riscos/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:03:37 +01:00
parent 99cb0d6bc6
commit f98de0d347
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,8 @@ ro_local_history_open(struct ro_local_history_window *lhw, wimp_w parent)
ro_gui_dialog_open_persistent(parent, lhw->core.wh, true);
local_history_scroll_to_cursor(lhw->session);
return NSERROR_OK;
}