windows/local_history: Scroll to cursor on open
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
7c2811f5f6
commit
99cb0d6bc6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue