diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-05-31 16:16:45 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-05-31 16:16:45 +0300 |
commit | aac23d2d1e4c0c92b31bff377633da7d2b305a1a (patch) | |
tree | ce3f1fc1f3bbe5329914be87c6e96320d7dfe156 /indra/newview/llpaneloutfitedit.cpp | |
parent | bfced6d4c13b06cc6332583bd8808dee547352c7 (diff) |
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
Diffstat (limited to 'indra/newview/llpaneloutfitedit.cpp')
-rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 2ce9079a41..ac41c47fe8 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -727,6 +727,7 @@ void LLPanelOutfitEdit::showFilteredWearableItemsList(LLWearableType::EType type mWearableListTypeCollector->setType(type); mWearableListManager->setFilterCollector(mWearableListTypeCollector); mAddWearablesPanel->setVisible(TRUE); + showFilteredWearablesPanel(); } // EOF |