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
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -2157,6 +2157,7 @@ void LLMaterialEditor::loadMaterial(const tinygltf::Model &model_in, const std::
openFloater(getKey());
setFocus(TRUE);
setCanSave(true);
setCanSaveAs(true);
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