Skip to content

Commit

Permalink
SL-19826 Keep scroll from acting up if selection changed
Browse files Browse the repository at this point in the history
Unfulfilled scroll (due to fetching) persisted after selection changed
  • Loading branch information
akleshchev committed Sep 6, 2023
1 parent 1527ae3 commit 405e2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indra/llui/llfolderview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ void LLFolderView::clearSelection()
}

mSelectedItems.clear();
mNeedsScroll = false;
}

std::set<LLFolderViewItem*> LLFolderView::getSelectionList() const
Expand Down

0 comments on commit 405e2ad

Please sign in to comment.