diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-04-14 19:02:29 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-15 00:34:51 +0300 |
commit | 207ef20e9e7a42d15e553b6b2c22048bf0ef04d1 (patch) | |
tree | 98a0c5018a351da8fa6f468974e0253a0be73ab5 /indra/llui/llfolderview.h | |
parent | 1f17536cc8b0922ade8c68046ee1665ccec817d9 (diff) |
#3897 Fix favorite's stars being hidden in some cases
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r-- | indra/llui/llfolderview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h index 7ed10d9223..d3d8f8daff 100644 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -222,6 +222,7 @@ public: void scrollToShowItem(LLFolderViewItem* item, const LLRect& constraint_rect); void setScrollContainer( LLScrollContainer* parent ) { mScrollContainer = parent; } LLRect getVisibleRect(); + S32 getVisibleContentWidth(); bool search(LLFolderViewItem* first_item, const std::string &search_string, bool backward); void setShowSelectionContext(bool show) { mShowSelectionContext = show; } |