Skip to content
Snippets Groups Projects
Commit b34bf6d8 authored by Sergei Litovchuk's avatar Sergei Litovchuk
Browse files

EXT-8180 FIXED resetting wearable items list position to top on "Add More" panel opening.

Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/680/.

--HG--
branch : product-engine
parent fa3a77ab
No related branches found
No related tags found
No related merge requests found
......@@ -442,6 +442,9 @@ void LLPanelOutfitEdit::showAddWearablesPanel(bool show_add_wearables)
mListViewFilterCmbBox->setVisible(false);
showWearablesFilter();
// Reset mWearableItemsList position to top. See EXT-8180.
mWearableItemsList->goToTop();
}
//switching button bars
......@@ -950,9 +953,6 @@ void LLPanelOutfitEdit::showFilteredWearablesListView(LLWearableType::EType type
showAddWearablesPanel(true);
showWearablesListView();
// Reset mWearableItemsList position to top. See EXT-8180.
mWearableItemsList->goToTop();
//e_list_view_item_type implicitly contains LLWearableType::EType starting from LVIT_SHAPE
applyListViewFilter((EListViewItemType) (LVIT_SHAPE + type));
}
......
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