Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer

This commit is contained in:
Latif Khalifa
2013-11-26 11:15:48 +01:00
8 changed files with 135 additions and 50 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: