Skip to content
Snippets Groups Projects
Commit aac23d2d authored by Paul Guslisty's avatar Paul Guslisty
Browse files

EXT-7472 ADDITIONAL FIX Added panel switching from Tree List View to Flat List...

EXT-7472 ADDITIONAL FIX Added panel switching from Tree List View to Flat List View when (+) button clicked on unwearable items or by selecting 'Replace' menu item from body part context menu

--HG--
branch : product-engine
parent bfced6d4
No related branches found
No related tags found
No related merge requests found
...@@ -727,6 +727,7 @@ void LLPanelOutfitEdit::showFilteredWearableItemsList(LLWearableType::EType type ...@@ -727,6 +727,7 @@ void LLPanelOutfitEdit::showFilteredWearableItemsList(LLWearableType::EType type
mWearableListTypeCollector->setType(type); mWearableListTypeCollector->setType(type);
mWearableListManager->setFilterCollector(mWearableListTypeCollector); mWearableListManager->setFilterCollector(mWearableListTypeCollector);
mAddWearablesPanel->setVisible(TRUE); mAddWearablesPanel->setVisible(TRUE);
showFilteredWearablesPanel();
} }
// EOF // EOF
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