From 1efba4dad802eb41539cea9c9bef2ccd361b83fa Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 6 Jan 2015 19:19:30 +0100 Subject: [PATCH] Backed out changeset 09d07fa095d5 in favor of LL fix --- indra/llui/llchatentry.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index 0a4e4dda98..698f3d5e3f 100755 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -190,11 +190,8 @@ BOOL LLChatEntry::handleSpecialKey(const KEY key, const MASK mask) if (key == KEY_RETURN) { endOfDoc(); - // FIRE-15334: Properly deselect - //startSelection(); - //endSelection(); - deselect(); - // + startSelection(); + endSelection(); } LLTextEditor::handleSpecialKey(key, mask);