diff options
| -rw-r--r-- | indra/newview/llfloatertranslationsettings.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertranslationsettings.cpp b/indra/newview/llfloatertranslationsettings.cpp index ac4514b438..959edff713 100644 --- a/indra/newview/llfloatertranslationsettings.cpp +++ b/indra/newview/llfloatertranslationsettings.cpp @@ -241,7 +241,7 @@ void LLFloaterTranslationSettings::verifyKey(int service, const std::string& key  void LLFloaterTranslationSettings::onEditorFocused(LLFocusableElement* control)  {  	LLLineEditor* editor = dynamic_cast<LLLineEditor*>(control); -	if (editor) +	if (editor && editor->hasTabStop()) // if enabled. getEnabled() doesn't work  	{  		if (editor->getTentative())  		{  | 
