From ba36b366dbdb2a0b228bc88c7e03cc93a65f48d4 Mon Sep 17 00:00:00 2001 From: andreykproductengine <none@none> Date: Wed, 22 Jun 2016 12:55:30 +0300 Subject: [PATCH] MAINT-6514 Appearance Mode Body Parts Select shows wrong type --- doc/contributions.txt | 1 + indra/newview/llpaneloutfitedit.cpp | 3 --- indra/newview/llpaneloutfitedit.h | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/contributions.txt b/doc/contributions.txt index 30465d8cfb..f1bafba32c 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -194,6 +194,7 @@ Ansariel Hiller MAINT-6397 MAINT-6432 MAINT-6513 + MAINT-6514 Aralara Rajal Arare Chantilly CHUIBUG-191 diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 8331c152e2..8b9941c0ca 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -1059,9 +1059,6 @@ 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); diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h index 841bb4337a..30870daf40 100644 --- a/indra/newview/llpaneloutfitedit.h +++ b/indra/newview/llpaneloutfitedit.h @@ -80,7 +80,6 @@ public: { LVIT_ALL = 0, LVIT_CLOTHING, - LVIT_GESTURES, LVIT_BODYPART, LVIT_ATTACHMENT, LVIT_SHAPE, -- GitLab