diff options
| -rwxr-xr-x | indra/llui/llfolderviewitem.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp index 0b04288950..4825fc613c 100755 --- a/indra/llui/llfolderviewitem.cpp +++ b/indra/llui/llfolderviewitem.cpp @@ -1473,6 +1473,8 @@ void LLFolderViewFolder::destroyView()  // doesn't delete it.  void LLFolderViewFolder::extractItem( LLFolderViewItem* item )  { +	if (item->isSelected()) +		getRoot()->clearSelection();  	items_t::iterator it = std::find(mItems.begin(), mItems.end(), item);  	if(it == mItems.end())  	{ | 
