diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfolderview.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 49d80a0249..be15ab7b98 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -561,9 +561,7 @@ void LLFolderView::addToSelectionList(LLFolderViewItem* item)  void LLFolderView::removeFromSelectionList(LLFolderViewItem* item)  { -	// If items are filtered while background fetch is in progress -	// scrollbar resets to the first filtered item. See EXT-3981. -	if (!LLInventoryModelBackgroundFetch::instance().backgroundFetchActive() && mSelectedItems.size()) +	if (mSelectedItems.size())  	{  		mSelectedItems.back()->setIsCurSelection(FALSE);  	}  | 
