summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-09-19 17:48:41 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-09-19 17:48:41 +0300
commitff8f5f52a49d7984909a1d2dcb89ad81a3cb7588 (patch)
tree69bb81cf07911a0632ed0aa08e193c8e95472464 /indra/newview/llfloaterland.cpp
parent8d627de47874660b6781e24f801200f590cd084a (diff)
SL-9679 EEP - disable panel elements until data update, null cycle crash fix
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r--indra/newview/llfloaterland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 453c9f1138..3d3f5e8cfa 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -3340,8 +3340,8 @@ void LLPanelLandEnvironment::refreshFromSource()
setCrossRegion(true);
mCurrentEnvironment.reset();
mLastParcelId = INVALID_PARCEL_ID;
- setControlsEnabled(false);
}
+ setControlsEnabled(false);
}