From 7c1594090e8ec3a0509b22e4d650e03fbf26fadc Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Fri, 25 Jan 2019 15:57:59 +0200 Subject: SL-10331 FIXED [EEP] Apply to Region/Parcel from the day editor sticks --- indra/newview/llpanelenvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpanelenvironment.cpp') diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp index 000c7050ab..55b579d0a2 100644 --- a/indra/newview/llpanelenvironment.cpp +++ b/indra/newview/llpanelenvironment.cpp @@ -373,7 +373,7 @@ void LLPanelEnvironmentInfo::updateEditFloater(const LLEnvironment::EnvironmentI { LLFloaterEditExtDayCycle *dayeditor(getEditFloater(false)); - if (!dayeditor) + if (!dayeditor || !dayeditor->isInVisibleChain()) return; if (!nextenv || !nextenv->mDayCycle || !enable) -- cgit v1.2.3