diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-10-02 21:44:31 +0300 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-10-03 21:14:34 +0300 |
commit | 57ce6834e61658e64e062c5f2aacd319f99f385b (patch) | |
tree | 6e40e93882824314d7882488c999c1990808de01 /indra/llui | |
parent | 55ebcf3fd469d65d15b956b2e0996f0f2257b885 (diff) |
SL-20383 Fix scroll locking view
Diffstat (limited to 'indra/llui')
-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 6de366044c..5f8a173889 100644 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -217,6 +217,7 @@ public: virtual void draw(); virtual void deleteAllChildren(); + void stopAutoScollining() {mNeedsScroll = false;} void scrollToShowSelection(); void scrollToShowItem(LLFolderViewItem* item, const LLRect& constraint_rect); void setScrollContainer( LLScrollContainer* parent ) { mScrollContainer = parent; } |