diff options
| author | maxim_productengine <mnikolenko@productengine.com> | 2018-09-13 17:43:13 +0300 | 
|---|---|---|
| committer | maxim_productengine <mnikolenko@productengine.com> | 2018-09-13 17:43:13 +0300 | 
| commit | 3928710cc740f8c0799d80d40a27fadd05671bc4 (patch) | |
| tree | cc09e3ecf3c6cbaaf4f874a9dc50fa710d37627a | |
| parent | a2288ecca3c6f7e861bbc3389d83cbee92c719f2 (diff) | |
SL-9625 EEP "Save As" and "Save" are initially unavailable in Day Cycle
| -rw-r--r-- | indra/newview/llfloatereditextdaycycle.cpp | 5 | 
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();      } | 
