diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-07 15:13:47 +0300 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-07 15:13:47 +0300 |
| commit | d5a949d97a67c8b9e551fc4b22d4c901eaf1d91a (patch) | |
| tree | 2457466043af3186d2a0631dd88f1466bc5d3f9d /indra/newview/llinventorygallery.cpp | |
| parent | 3c23be758ef8804047bf96d0619bd95e7760e904 (diff) | |
SL-19544 WIP Combination view first pass
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
| -rw-r--r-- | indra/newview/llinventorygallery.cpp | 5 |
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 //----------------------------- |
