diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-04-25 14:32:02 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-04-25 14:32:02 +0300 |
commit | e5339156ca6c406ca57ca2d21aea92f9b1795733 (patch) | |
tree | 54f0b14fdd34d146562baf6adfaa49b6c333f5a6 /indra/llui | |
parent | 85b431d5137886927efef35ca558bc8a998a5212 (diff) |
SL-10989 Disable text label when you don't have appropriate permissions.
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lltextbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbox.cpp b/indra/llui/lltextbox.cpp index 01fe82e45d..9faff1278d 100644 --- a/indra/llui/lltextbox.cpp +++ b/indra/llui/lltextbox.cpp @@ -122,6 +122,7 @@ void LLTextBox::setEnabled(BOOL enabled) LLTextBase::setReadOnly(read_only); updateSegments(); } + LLTextBase::setEnabled(enabled); } void LLTextBox::setText(const LLStringExplicit& text , const LLStyle::Params& input_params ) |