From 99cb0d6bc6dcf313a33f3784f684f40f193c5b9f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 2 Aug 2019 21:02:24 +0100 Subject: windows/local_history: Scroll to cursor on open Signed-off-by: Daniel Silverstone --- frontends/windows/local_history.c | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/windows') 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; } -- cgit v1.2.3