SL-19826 Keep scroll from acting up if selection changed

Unfulfilled scroll (due to fetching) persisted after selection changed
master
Andrey Kleshchev 2023-09-07 01:35:37 +03:00 committed by akleshchev
parent 167c5121d3
commit 46425b2e49
1 changed files with 1 additions and 0 deletions

View File

@ -611,6 +611,7 @@ void LLFolderView::clearSelection()
}
mSelectedItems.clear();
mNeedsScroll = false;
}
std::set<LLFolderViewItem*> LLFolderView::getSelectionList() const