diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2015-09-01 17:55:32 +0300 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2015-09-01 17:55:32 +0300 |
commit | 98f55052b12947f44b17227ff333ba95b2f11128 (patch) | |
tree | 7512b737a2ee4016352c927a146442b3ff19df99 /indra/newview/llpaneloutfitedit.cpp | |
parent | 12ff893e98ec00c51ef2d3fc4cb16bf8bc4f856a (diff) | |
parent | 75495116fcb9e2c4a9687154134bd1cdc25554a1 (diff) |
Merged lindenlab/viewer-lion into default
Diffstat (limited to 'indra/newview/llpaneloutfitedit.cpp')
-rwxr-xr-x | indra/newview/llpaneloutfitedit.cpp | 3 |
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); |