summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-10-02 21:44:31 +0300
committerakleshchev <117672381+akleshchev@users.noreply.github.com>2023-10-07 19:20:44 +0300
commit18f3ecfc04f937f2034afafff8d037b8b25d303d (patch)
tree480fe041b0580f701b5033a11b225c15fe20fef9 /indra/llui
parentc6f469a2b48bea9074f3e5def581a4330e5c9428 (diff)
SL-20383 Fix scroll locking view
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfolderview.h1
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; }