summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2010-08-10 17:39:03 +0300
committerSergei Litovchuk <slitovchuk@productengine.com>2010-08-10 17:39:03 +0300
commit7ca0d115a189a8c0768c8d29a3f5d1ed1c80d4a9 (patch)
treede39e0078440f637e50ec1fc1561154de6748e2e /indra
parent0afdb8a02fd02ac702a208ee9838c8d072ba8241 (diff)
Backed out changeset: e1e225cd1deb
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfolderview.cpp4
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);
}