summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-01-23 11:48:53 -0600
committerDave Parks <davep@lindenlab.com>2023-01-23 11:48:53 -0600
commit613ffc6ce6b8990b21ddc32e9d8467c6f111600f (patch)
tree4d68bdb429f0c61747e9dab4411d874f08bee694
parent274da636a00fd0469f7857dad7995cb11552e4ab (diff)
parent7c853be544ba2313d82ddbc6960ae1bdd806e4d2 (diff)
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
-rw-r--r--indra/newview/llmaterialeditor.cpp1
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();
}