summaryrefslogtreecommitdiff
path: root/frontends/gtk/local_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/local_history.c')
-rw-r--r--frontends/gtk/local_history.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/gtk/local_history.c b/frontends/gtk/local_history.c
index 35b7a4ad6..010fa3126 100644
--- a/frontends/gtk/local_history.c
+++ b/frontends/gtk/local_history.c
@@ -225,6 +225,8 @@ nserror nsgtk_local_history_present(GtkWindow *parent,
gtk_window_resize(local_history_window->wnd, width, height);
gtk_window_present(local_history_window->wnd);
+
+ local_history_scroll_to_cursor(local_history_window->session);
}
return res;