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