Skip to content
Snippets Groups Projects
Commit 503e18fc authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-19005 Fix 'save as' button for local uploads

parent 7f0fed27
No related branches found
No related tags found
No related merge requests found
...@@ -2157,6 +2157,7 @@ void LLMaterialEditor::loadMaterial(const tinygltf::Model &model_in, const std:: ...@@ -2157,6 +2157,7 @@ void LLMaterialEditor::loadMaterial(const tinygltf::Model &model_in, const std::
openFloater(getKey()); openFloater(getKey());
setFocus(TRUE); setFocus(TRUE);
setCanSave(true); setCanSave(true);
setCanSaveAs(true);
applyToSelection(); applyToSelection();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment