Skip to content
Snippets Groups Projects
Commit a9b80607 authored by Richard Linden's avatar Richard Linden
Browse files

fix for bad merge

parent be16153a
Branches
Tags
No related merge requests found
...@@ -790,7 +790,7 @@ BOOL LLFlatListView::canSelectAll() const ...@@ -790,7 +790,7 @@ BOOL LLFlatListView::canSelectAll() const
void LLFlatListView::selectAll() void LLFlatListView::selectAll()
{ {
if (!mAllowSelection || !mMultipleSelection) if (!mAllowSelection || !mMultipleSelection)
return false; return;
mSelectedItemPairs.clear(); mSelectedItemPairs.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment