diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-08-21 21:51:06 +0100 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-08-21 21:51:06 +0100 | 
| commit | 755b396045fd464dd2d7fc10239bf775cc54d074 (patch) | |
| tree | 2a4155b41069bce696c10290f22f3f5cdd0a99f4 /indra/newview | |
| parent | 06009e9b533fe65841c31214afdadb78a79a43ae (diff) | |
| parent | a044c71a4f2b8c587152fff0574e116324e2ad3e (diff) | |
merge
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llcofwearables.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp index b47e0930a3..1caefd58ab 100644 --- a/indra/newview/llcofwearables.cpp +++ b/indra/newview/llcofwearables.cpp @@ -502,13 +502,14 @@ void LLCOFWearables::populateAttachmentsAndBodypartsLists(const LLInventoryModel  	{  		mAttachments->sort();  		mAttachments->notify(REARRANGE); //notifying the parent about the list's size change (cause items were added with rearrange=false) -		setAttachmentsTitle();  	}  	else  	{  		mAttachments->setNoItemsCommentText(LLTrans::getString("no_attachments"));  	} +	setAttachmentsTitle(); +  	if (mBodyParts->size())  	{  		mBodyParts->sort(); | 
