MAINT-6514 Appearance Mode Body Parts Select shows wrong type

master
andreykproductengine 2016-06-22 12:55:30 +03:00
parent 84396f4e27
commit ba36b366db
3 changed files with 1 additions and 4 deletions

View File

@ -194,6 +194,7 @@ Ansariel Hiller
MAINT-6397
MAINT-6432
MAINT-6513
MAINT-6514
Aralara Rajal
Arare Chantilly
CHUIBUG-191

View File

@ -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);

View File

@ -80,7 +80,6 @@ public:
{
LVIT_ALL = 0,
LVIT_CLOTHING,
LVIT_GESTURES,
LVIT_BODYPART,
LVIT_ATTACHMENT,
LVIT_SHAPE,