summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-14 15:11:45 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-15 19:49:23 +0300
commit1eeecfa1a8bf43a8980217ce34e3b5f4458483e0 (patch)
tree887bd6a7b729869e11b4cf523c8f500d84a0239e /indra/llui/llflatlistview.h
parent7d1597fc98868c73d6de0b95f3c1af4c459a30c8 (diff)
viewer#1425 Sorting in Appearance floater
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r--indra/llui/llflatlistview.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h
index adb0e3e553..e42cae8985 100644
--- a/indra/llui/llflatlistview.h
+++ b/indra/llui/llflatlistview.h
@@ -480,7 +480,11 @@ public:
bool getForceShowingUnmatchedItems();
- void setForceShowingUnmatchedItems(bool show);
+ /**
+ * Sets filtered out items to stay visible. Can result in rect changes,
+ * so can notify_parent if rect changes
+ */
+ void setForceShowingUnmatchedItems(bool show, bool notify_parent);
/**
* Sets up new filter string and filters the list.