From e5339156ca6c406ca57ca2d21aea92f9b1795733 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 25 Apr 2019 14:32:02 +0300 Subject: SL-10989 Disable text label when you don't have appropriate permissions. --- indra/llui/lltextbox.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui/lltextbox.cpp') 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 ) -- cgit v1.2.3