From 3928710cc740f8c0799d80d40a27fadd05671bc4 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 13 Sep 2018 17:43:13 +0300 Subject: SL-9625 EEP "Save As" and "Save" are initially unavailable in Day Cycle --- indra/newview/llfloatereditextdaycycle.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview') 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(); } -- cgit v1.2.3