Fix delete not working in text editors

This commit is contained in:
Inusaito Sayori
2013-11-25 21:03:36 -05:00
parent 98d5e4bea8
commit 7fd61c3bf1

View File

@@ -2490,6 +2490,10 @@ BOOL LLTextEditor::handleSpecialKey(const KEY key, const MASK mask, BOOL* return
{
removeWord(false);
}
else
{
handled = false;
}
break;
case KEY_RETURN: