diff options
author | Dave Parks <davep@lindenlab.com> | 2022-10-05 08:12:00 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-10-05 08:12:00 -0500 |
commit | 46009c19e9aadbd74c49a2ecdf28c290409226e2 (patch) | |
tree | 4b6db0481a0c5f383512af5f72b59bfd9ce81fe0 /indra/newview/llmaterialeditor.cpp | |
parent | 30bcc7d6d5fa4ceedfec28cc0973c253364c555e (diff) | |
parent | 1a437cbedf94de90d749f426dde09f2466693de2 (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llmaterialeditor.cpp')
-rw-r--r-- | indra/newview/llmaterialeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp index a72d38223f..a2cd68259b 100644 --- a/indra/newview/llmaterialeditor.cpp +++ b/indra/newview/llmaterialeditor.cpp @@ -1903,6 +1903,7 @@ void LLMaterialEditor::onLoadComplete(const LLUUID& asset_uuid, editor->setEnableEditing(allow_modify && !source_library); editor->setHasUnsavedChanges(false); editor->mAssetStatus = PREVIEW_ASSET_LOADED; + editor->setEnabled(true); // ready for use } else { |