summaryrefslogtreecommitdiff
path: root/frontends/windows/local_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/local_history.c')
-rw-r--r--frontends/windows/local_history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/windows/local_history.c b/frontends/windows/local_history.c
index 722d365e7..823901b69 100644
--- a/frontends/windows/local_history.c
+++ b/frontends/windows/local_history.c
@@ -215,6 +215,7 @@ nsw32_local_history_present(HWND hWndParent, struct browser_window *bw)
width,
height,
SWP_SHOWWINDOW);
+ local_history_scroll_to_cursor(local_history_window->session);
}
return res;
}