summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitedit.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/llpaneloutfitedit.cpp
parent41d2a60cba059539e708380f8964dea45a119546 (diff)
MAINT-5443 FIXED Appearance menu does not display gestures in outfit
Diffstat (limited to 'indra/newview/llpaneloutfitedit.cpp')
-rwxr-xr-xindra/newview/llpaneloutfitedit.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp
index 496168229d..01a22df9e1 100755
--- a/indra/newview/llpaneloutfitedit.cpp
+++ b/indra/newview/llpaneloutfitedit.cpp
@@ -1059,6 +1059,9 @@ void LLPanelOutfitEdit::filterWearablesBySelectedItem(void)
case LLAssetType::AT_BODYPART:
applyListViewFilter(LVIT_BODYPART);
break;
+ case LLAssetType::AT_GESTURE:
+ applyListViewFilter(LVIT_GESTURES);
+ break;
case LLAssetType::AT_CLOTHING:
default:
applyListViewFilter(LVIT_CLOTHING);