From 51f6d5475b778a0bbe9e1c18cc1a9739f6af02a1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 2 Jul 2011 12:34:35 +0000 Subject: Set bw for textplain selection. svn path=/trunk/netsurf/; revision=12554 --- render/textplain.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index 6827ab5d8..873f277aa 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -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); } -- cgit v1.2.3