From f98de0d3474c98ea3a477340420c0e782533a803 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 2 Aug 2019 21:03:37 +0100 Subject: riscos/local_history: Scroll to cursor on open. Signed-off-by: Daniel Silverstone --- frontends/riscos/local_history.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c index bbe6a1d12..20ca9e224 100644 --- a/frontends/riscos/local_history.c +++ b/frontends/riscos/local_history.c @@ -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; } -- cgit v1.2.3