diff options
| author | Richard Linden <none@none> | 2012-02-09 12:58:43 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-02-09 12:58:43 -0800 |
| commit | 4523b3137850df8922b12cc966633a3d5bb84374 (patch) | |
| tree | e55aa7cbb75b4290eb9c9bb060ffbbe58657c8b7 /indra/newview/llinventoryfilter.cpp | |
| parent | ed137f40d137dd78d0ec916ca91814cf5534a9f6 (diff) | |
EXP-1844 FIX Selecting a large number of inventory items can block the viewer for a long time.
only show hourglass and fetching text when downloading folders, not item metadata
Diffstat (limited to 'indra/newview/llinventoryfilter.cpp')
| -rw-r--r-- | indra/newview/llinventoryfilter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp index 796251cae5..f818e33726 100644 --- a/indra/newview/llinventoryfilter.cpp +++ b/indra/newview/llinventoryfilter.cpp @@ -888,7 +888,7 @@ const std::string& LLInventoryFilter::getFilterText() filtered_by_all_types = FALSE; } - if (!LLInventoryModelBackgroundFetch::instance().backgroundFetchActive() + if (!LLInventoryModelBackgroundFetch::instance().folderFetchActive() && filtered_by_type && !filtered_by_all_types) { |
