diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-19 19:43:37 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-23 18:50:07 +0200 |
commit | 7c853be544ba2313d82ddbc6960ae1bdd806e4d2 (patch) | |
tree | f72bbcff80ab7d7ea18abab56cc15ec8c8c26a4b /indra/newview/llmaterialeditor.cpp | |
parent | 3fac6115c0de172e48fbfd13753bc83b755ecf21 (diff) |
SL-19005 Fix save button for local uploads
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 9efe5dc1f1..dabc7d16ea 100644 --- a/indra/newview/llmaterialeditor.cpp +++ b/indra/newview/llmaterialeditor.cpp @@ -2156,6 +2156,7 @@ void LLMaterialEditor::loadMaterial(const tinygltf::Model &model_in, const std:: { openFloater(getKey()); setFocus(TRUE); + setCanSave(true); applyToSelection(); } |