Set bw for textplain selection.

svn path=/trunk/netsurf/; revision=12554
This commit is contained in:
Michael Drake 2011-07-02 12:34:35 +00:00
parent dde300ea7d
commit 51f6d5475b
1 changed files with 2 additions and 0 deletions

View File

@ -825,6 +825,8 @@ void textplain_open(struct content *c, struct browser_window *bw,
textplain_content *text = (textplain_content *) c;
text->bw = bw;
selection_set_browser_window(bw->sel, bw);
}