windows/local_history: Scroll to cursor on open

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-08-02 21:02:24 +01:00
parent 7c2811f5f6
commit 99cb0d6bc6
1 changed files with 1 additions and 0 deletions

View File

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