diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-09-07 01:35:37 +0300 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-09-10 21:48:43 +0300 |
commit | 46425b2e49377acc186e41c67a793f7f6b7f583b (patch) | |
tree | bcdaf23d6ef2653e05b1c0fc681b624011db57f2 /indra/llui/llfolderview.cpp | |
parent | 167c5121d3a448dcbc15a9553c374c32a4f85eb9 (diff) |
SL-19826 Keep scroll from acting up if selection changed
Unfulfilled scroll (due to fetching) persisted after selection changed
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rw-r--r-- | indra/llui/llfolderview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index 630d93cde0..650ae9ae75 100644 --- a/indra/llui/llfolderview.cpp +++ b/indra/llui/llfolderview.cpp @@ -611,6 +611,7 @@ void LLFolderView::clearSelection() } mSelectedItems.clear(); + mNeedsScroll = false; } std::set<LLFolderViewItem*> LLFolderView::getSelectionList() const |