diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-10 16:44:56 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-10 16:44:56 +0300 |
commit | 43c8f5959f8afaf2f67fbbf49e78965802859b55 (patch) | |
tree | 261a148cdd8466a268923e7e42a7cbd29926a44a /indra/newview/llfloaterland.cpp | |
parent | 6246c8077e5ee81321cff52250d3b99eab81cd57 (diff) |
MAINT-9099 Adjustable region altitudes.
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index 3e50700377..a2886d5010 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -3261,6 +3261,7 @@ BOOL LLPanelLandEnvironment::postBuild() getChild<LLUICtrl>(RDO_USEDEFAULT)->setLabelArg("[USEDEFAULT]", getString(STR_LABEL_USEREGION)); getChild<LLUICtrl>(CHK_ALLOWOVERRIDE)->setVisible(FALSE); + getChild<LLUICtrl>(PNL_ENVIRONMENT_ALTITUDES)->setVisible(FALSE); return TRUE; } |