From 7fd61c3bf10f755ecc3c22a1de621864e581a46c Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Mon, 25 Nov 2013 21:03:36 -0500 Subject: [PATCH] Fix delete not working in text editors --- indra/llui/lltexteditor.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp index 4a65879f8..08989e628 100644 --- a/indra/llui/lltexteditor.cpp +++ b/indra/llui/lltexteditor.cpp @@ -2490,6 +2490,10 @@ BOOL LLTextEditor::handleSpecialKey(const KEY key, const MASK mask, BOOL* return { removeWord(false); } + else + { + handled = false; + } break; case KEY_RETURN: