summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.h
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2023-10-11 14:21:00 -0500
committerRunitaiLinden <davep@lindenlab.com>2023-10-11 14:21:00 -0500
commit9cd5314ca8c4d7e0b2f5beda6893eca026594a2d (patch)
tree9b2f7098d8ee708704da8e16b3b3635e3c82407b /indra/llui/llfolderview.h
parent478703e3c82df7b5751d80007264468bf44cb379 (diff)
parent61a04f5ee1582d2d53874b8ef81a0e773df0fbfe (diff)
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/llui/llfolderview.h')
-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; }