summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-04-18 11:42:38 -0700
committerGraham Linden <graham@lindenlab.com>2019-04-18 11:42:38 -0700
commit1a9f9ae089111d9aa23dab97c02fb9fdb55f4865 (patch)
treedb959f0ac196d3a8dc18d457c7c65b71658a4bc8
parent311adf5469dde93da7813d6d89feb77d44c01804 (diff)
Fix merge error from 6.2.1 EAM merge.
-rw-r--r--indra/newview/llfloaterregioninfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index bb76af9a3c..ab91c34b3d 100644
--- a/indra/newview/llfloaterregioninfo.cpp
+++ b/indra/newview/llfloaterregioninfo.cpp
@@ -350,6 +350,7 @@ void LLFloaterRegionInfo::requestRegionInfo()
tab->getChild<LLPanel>("Debug")->setCtrlsEnabled(FALSE);
tab->getChild<LLPanel>("Terrain")->setCtrlsEnabled(FALSE);
tab->getChild<LLPanel>("Estate")->setCtrlsEnabled(FALSE);
+ tab->getChild<LLPanel>("Access")->setCtrlsEnabled(FALSE);
}
// Must allow anyone to request the RegionInfo data