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

fix for bad merge

parent be16153a
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment