summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelwearing.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-08-28 16:24:12 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-08-28 16:24:12 +0300
commit9cddfc5a0e89f94e56eed8cf49501f1d0cb35138 (patch)
tree9c9102ef8cd43b43094ed455914e5f9acdf3394b /indra/newview/llpanelwearing.cpp
parent41d2a60cba059539e708380f8964dea45a119546 (diff)
MAINT-5443 FIXED Appearance menu does not display gestures in outfit
Diffstat (limited to 'indra/newview/llpanelwearing.cpp')
-rwxr-xr-xindra/newview/llpanelwearing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelwearing.cpp b/indra/newview/llpanelwearing.cpp
index 75e0ed3741..d86a8b4480 100755
--- a/indra/newview/llpanelwearing.cpp
+++ b/indra/newview/llpanelwearing.cpp
@@ -131,7 +131,7 @@ protected:
{
bp_selected = true;
}
- else if (type == LLAssetType::AT_OBJECT)
+ else if (type == LLAssetType::AT_OBJECT || type == LLAssetType::AT_GESTURE)
{
attachments_selected = true;
}