summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-07 15:13:47 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-07 15:13:47 +0300
commitd5a949d97a67c8b9e551fc4b22d4c901eaf1d91a (patch)
tree2457466043af3186d2a0631dd88f1466bc5d3f9d /indra/newview/llinventorygallery.cpp
parent3c23be758ef8804047bf96d0619bd95e7760e904 (diff)
SL-19544 WIP Combination view first pass
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
-rw-r--r--indra/newview/llinventorygallery.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp
index c3e06fafc5..e38f2ef849 100644
--- a/indra/newview/llinventorygallery.cpp
+++ b/indra/newview/llinventorygallery.cpp
@@ -1128,6 +1128,11 @@ bool LLInventoryGallery::checkAgainstFilterType(const LLUUID& object_id)
}
return true;
}
+
+bool LLInventoryGallery::hasVisibleItems()
+{
+ return mItemsAddedCount > 0;
+}
//-----------------------------
// LLInventoryGalleryItem
//-----------------------------