summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llflatlistview.cpp')
-rw-r--r--indra/llui/llflatlistview.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/indra/llui/llflatlistview.cpp b/indra/llui/llflatlistview.cpp
index 5be20bd314..8178bada42 100644
--- a/indra/llui/llflatlistview.cpp
+++ b/indra/llui/llflatlistview.cpp
@@ -1346,17 +1346,9 @@ bool LLFlatListViewEx::getForceShowingUnmatchedItems() const
return mForceShowingUnmatchedItems;
}
-void LLFlatListViewEx::setForceShowingUnmatchedItems(bool show, bool notify_parent)
-{
- if (mForceShowingUnmatchedItems != show)
+void LLFlatListViewEx::setForceShowingUnmatchedItems(bool show)
{
mForceShowingUnmatchedItems = show;
- if (!mFilterSubString.empty())
- {
- updateNoItemsMessage(mFilterSubString);
- filterItems(false, true);
- }
- }
}
void LLFlatListViewEx::setFilterSubString(const std::string& filter_str, bool notify_parent)
@@ -1424,7 +1416,6 @@ void LLFlatListViewEx::filterItems(bool re_sort, bool notify_parent)
if (visibility_changed && notify_parent)
{
- rearrangeItems();
notifyParentItemsRectChanged();
}
}