summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-04-18 18:11:09 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-04-18 18:11:09 +0300
commit01f73fe120244f1849e987f0273e2bbbbb87d342 (patch)
tree69843c7cdef5db189b605d13a554ad0f0c9c54d8 /indra/llui/llfolderview.h
parent082c9158b2ad961b747ca6a7bd55bc2a79f27b6a (diff)
parentd3d8513c3b5a7f25adac777d9d59896d8dbd14c0 (diff)
Merge branch 'release/2025.05' into marchcat/05-develop
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r--indra/llui/llfolderview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h
index d3d8f8daff..bcdbdf8c07 100644
--- a/indra/llui/llfolderview.h
+++ b/indra/llui/llfolderview.h
@@ -221,8 +221,8 @@ public:
void scrollToShowSelection();
void scrollToShowItem(LLFolderViewItem* item, const LLRect& constraint_rect);
void setScrollContainer( LLScrollContainer* parent ) { mScrollContainer = parent; }
+ LLScrollContainer* getScrollContainer() { return mScrollContainer; }
LLRect getVisibleRect();
- S32 getVisibleContentWidth();
bool search(LLFolderViewItem* first_item, const std::string &search_string, bool backward);
void setShowSelectionContext(bool show) { mShowSelectionContext = show; }