From d5a949d97a67c8b9e551fc4b22d4c901eaf1d91a Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Fri, 7 Apr 2023 15:13:47 +0300 Subject: SL-19544 WIP Combination view first pass --- indra/newview/llinventorygallery.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llinventorygallery.cpp') 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 //----------------------------- -- cgit v1.3