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