From aac23d2d1e4c0c92b31bff377633da7d2b305a1a Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Mon, 31 May 2010 16:16:45 +0300 Subject: 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 --- indra/newview/llpaneloutfitedit.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') 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 -- cgit v1.2.3