diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llui/lllineeditor.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp index c89e1dac1d..118339577a 100644 --- a/indra/llui/lllineeditor.cpp +++ b/indra/llui/lllineeditor.cpp @@ -335,6 +335,7 @@ void LLLineEditor::reshape(S32 width, S32 height, BOOL called_from_parent)  void LLLineEditor::setEnabled(BOOL enabled)  { +	LLUICtrl::setEnabled(enabled);  	mReadOnly = !enabled;  	setTabStop(!mReadOnly);  	updateAllowingLanguageInput(); | 
