summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitedit.cpp
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2010-05-31 16:16:45 +0300
committerPaul Guslisty <pguslisty@productengine.com>2010-05-31 16:16:45 +0300
commitaac23d2d1e4c0c92b31bff377633da7d2b305a1a (patch)
treece3f1fc1f3bbe5329914be87c6e96320d7dfe156 /indra/newview/llpaneloutfitedit.cpp
parentbfced6d4c13b06cc6332583bd8808dee547352c7 (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.cpp1
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