summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-09-13 17:43:13 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-09-13 17:43:13 +0300
commit3928710cc740f8c0799d80d40a27fadd05671bc4 (patch)
treecc09e3ecf3c6cbaaf4f874a9dc50fa710d37627a /indra/newview
parenta2288ecca3c6f7e861bbc3389d83cbee92c719f2 (diff)
SL-9625 EEP "Save As" and "Save" are initially unavailable in Day Cycle
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloatereditextdaycycle.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp
index ad797c686a..855dda38cb 100644
--- a/indra/newview/llfloatereditextdaycycle.cpp
+++ b/indra/newview/llfloatereditextdaycycle.cpp
@@ -277,6 +277,11 @@ void LLFloaterEditExtDayCycle::onOpen(const LLSD& key)
}
else
{
+ mInventoryItem = nullptr;
+ mInventoryId.setNull();
+ mCanCopy = true;
+ mCanMod = true;
+ mMakeNoTrans = false;
setEditDefaultDayCycle();
}