summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditenvironmentbase.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-27 12:59:07 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-05-27 15:40:04 +0300
commit1fcd284cadc40a761ffbacd4bfda7dd0c4727b42 (patch)
tree0bc4cb53ef02f8d0d0b1a11367f5cec70dfa1129 /indra/newview/llfloatereditenvironmentbase.h
parentc4392d4da3859966ab39f44371ea42fce87ae029 (diff)
viewer#1218 Moon beacon can't be toggled when setting is no-mod
Two moon_layout stacks, disabling content of external disabled whole internal stack, not just specific elements. Removed extra stack.
Diffstat (limited to 'indra/newview/llfloatereditenvironmentbase.h')
-rw-r--r--indra/newview/llfloatereditenvironmentbase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditenvironmentbase.h b/indra/newview/llfloatereditenvironmentbase.h
index 1b7771fe94..0b7d5ca39b 100644
--- a/indra/newview/llfloatereditenvironmentbase.h
+++ b/indra/newview/llfloatereditenvironmentbase.h
@@ -133,7 +133,8 @@ protected:
LLSettingsEditPanel() :
LLPanel(),
mIsDirty(false),
- mOnDirtyChanged()
+ mOnDirtyChanged(),
+ mCanEdit(false)
{}
private: