summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-02 21:02:24 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-02 21:02:24 +0100
commit99cb0d6bc6dcf313a33f3784f684f40f193c5b9f (patch)
tree664a51deca482717cd4477ae621a99145dd8f1c0 /frontends
parent7c2811f5f66b8dce0e39057048922cceef94eb7f (diff)
downloadnetsurf-99cb0d6bc6dcf313a33f3784f684f40f193c5b9f.tar.gz
netsurf-99cb0d6bc6dcf313a33f3784f684f40f193c5b9f.tar.bz2
windows/local_history: Scroll to cursor on open
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'frontends')
-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;
}