diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-26 03:53:05 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-26 03:53:17 +0300 |
commit | 0091fa0cbaba034da09d42d49f68c63f2cc7df14 (patch) | |
tree | ca5a2067f8faf29674095ddfa4aee1ba1660ca22 /indra/newview/llinventorygallery.h | |
parent | 7c3452fe44eb6a1a0b7a8b927d0b9620142e88d1 (diff) |
SL-19583 Uniform risizing for combination inventory view
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index 1760535524..2cf038b7d8 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -128,6 +128,7 @@ public: bool hasDescendents(const LLUUID& cat_id); bool hasVisibleItems(); void handleModifiedFilter(); + LLScrollContainer* getScrollableContainer() { return mScrollPanel; } protected: |