From c8829b0feb0c29a11bee492d1e2512a0c4f4dd0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 10 Oct 2003 11:27:05 +0000 Subject: [PATCH] fix #1384 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7890 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/text.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.C b/src/text.C index 0186f365c3..16db12f50a 100644 --- a/src/text.C +++ b/src/text.C @@ -1536,7 +1536,7 @@ void LyXText::cursorLeftOneWord() void LyXText::selectWord(word_location loc) { LyXCursor from = cursor; - LyXCursor to; + LyXCursor to = cursor; ::getWord(*this, from, to, loc, ownerParagraphs()); if (cursor != from) setCursor(from.par(), from.pos()); -- 2.39.5