diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-04-16 21:23:39 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-04-17 16:01:24 +0300 |
commit | f8782b0b76834d88ca8c7decfe108ba01e6a1524 (patch) | |
tree | c39f32af8fc505a3eb2f173276cd42bb451de87b /indra/llui/llfolderview.h | |
parent | 3142429fd4b3977e36d7ab7b0605470936b32b09 (diff) |
#3897 Fix favorite's stars being hidden in some cases #2
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r-- | indra/llui/llfolderview.h | 2 |
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; } |