diff options
| -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();      }  | 
