diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-13 17:20:48 +0300 | 
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-13 17:20:48 +0300 | 
| commit | 3df8646fd90a743efbc6ee4d2232793b6437207c (patch) | |
| tree | 41368c6ed6c360b33e6df8986426988c0a854be2 /indra | |
| parent | 2a1b8318bd6b8175012df51e5b0eb18acee01d1b (diff) | |
| parent | 3e9e2be5849ad550a719969b1e8284eb45a051b4 (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 31c427d2ba..6935fe03c8 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -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));  }  | 
