Skip to content
Snippets Groups Projects
Commit ba36b366 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-6514 Appearance Mode Body Parts Select shows wrong type

parent 84396f4e
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,7 @@ Ansariel Hiller ...@@ -194,6 +194,7 @@ Ansariel Hiller
MAINT-6397 MAINT-6397
MAINT-6432 MAINT-6432
MAINT-6513 MAINT-6513
MAINT-6514
Aralara Rajal Aralara Rajal
Arare Chantilly Arare Chantilly
CHUIBUG-191 CHUIBUG-191
......
...@@ -1059,9 +1059,6 @@ void LLPanelOutfitEdit::filterWearablesBySelectedItem(void) ...@@ -1059,9 +1059,6 @@ void LLPanelOutfitEdit::filterWearablesBySelectedItem(void)
case LLAssetType::AT_BODYPART: case LLAssetType::AT_BODYPART:
applyListViewFilter(LVIT_BODYPART); applyListViewFilter(LVIT_BODYPART);
break; break;
case LLAssetType::AT_GESTURE:
applyListViewFilter(LVIT_GESTURES);
break;
case LLAssetType::AT_CLOTHING: case LLAssetType::AT_CLOTHING:
default: default:
applyListViewFilter(LVIT_CLOTHING); applyListViewFilter(LVIT_CLOTHING);
......
...@@ -80,7 +80,6 @@ class LLPanelOutfitEdit : public LLPanel ...@@ -80,7 +80,6 @@ class LLPanelOutfitEdit : public LLPanel
{ {
LVIT_ALL = 0, LVIT_ALL = 0,
LVIT_CLOTHING, LVIT_CLOTHING,
LVIT_GESTURES,
LVIT_BODYPART, LVIT_BODYPART,
LVIT_ATTACHMENT, LVIT_ATTACHMENT,
LVIT_SHAPE, LVIT_SHAPE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment