mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-07 18:14:20 +03:00
Give the selection context the current bw when it's created.
svn path=/trunk/netsurf/; revision=12485
This commit is contained in:
parent
790bdf2e2a
commit
db45778fb1
@ -238,7 +238,9 @@ struct browser_window *browser_window_create(const char *url,
|
||||
bw->border = true;
|
||||
bw->no_resize = true;
|
||||
bw->last_action = wallclock();
|
||||
|
||||
bw->sel = selection_create();
|
||||
selection_set_browser_window(bw->sel, bw);
|
||||
|
||||
/* gui window */
|
||||
/* from the front end's pov, it clones the top level browser window,
|
||||
|
Loading…
x
Reference in New Issue
Block a user