summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupcreate.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-07 00:48:04 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-05-07 02:43:35 +0300
commit26f70456d1e9059c48d25e08fc07f893315b1f3c (patch)
tree588a83ee345d3669d8500155e410361cdea8e2e8 /indra/newview/llpanelgroupcreate.cpp
parentd738aa7d640ab36eca56a6b9b07bea013d54c769 (diff)
viewer#1195 Don't allow Bake textures as group images
Diffstat (limited to 'indra/newview/llpanelgroupcreate.cpp')
-rw-r--r--indra/newview/llpanelgroupcreate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupcreate.cpp b/indra/newview/llpanelgroupcreate.cpp
index 01a4ab0455..913db0e198 100644
--- a/indra/newview/llpanelgroupcreate.cpp
+++ b/indra/newview/llpanelgroupcreate.cpp
@@ -85,6 +85,7 @@ BOOL LLPanelGroupCreate::postBuild()
mInsignia = getChild<LLTextureCtrl>("insignia", TRUE);
mInsignia->setAllowLocalTexture(FALSE);
+ mInsignia->setBakeTextureEnabled(FALSE);
mInsignia->setCanApplyImmediately(FALSE);
return TRUE;