This commit is contained in:
Siana Gearz
2013-11-29 06:27:05 +01:00
10 changed files with 143 additions and 58 deletions

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: