diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-27 12:59:07 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-05-27 15:40:04 +0300 |
commit | 1fcd284cadc40a761ffbacd4bfda7dd0c4727b42 (patch) | |
tree | 0bc4cb53ef02f8d0d0b1a11367f5cec70dfa1129 /indra/newview/llfloatereditenvironmentbase.h | |
parent | c4392d4da3859966ab39f44371ea42fce87ae029 (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.h | 3 |
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: |