Skip to content
Snippets Groups Projects
Commit 65850279 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

fix build problem

parent 100b0f48
No related branches found
No related tags found
No related merge requests found
...@@ -1192,7 +1192,7 @@ BOOL LLFolderView::handleKeyHere( KEY key, MASK mask ) ...@@ -1192,7 +1192,7 @@ BOOL LLFolderView::handleKeyHere( KEY key, MASK mask )
LLFolderViewItem* last_selected = mSelectedItems.back(); LLFolderViewItem* last_selected = mSelectedItems.back();
BOOL shift_select = mask & MASK_SHIFT; BOOL shift_select = mask & MASK_SHIFT;
// don't shift select down to children of folders (they are implicitly selected through parent) // don't shift select down to children of folders (they are implicitly selected through parent)
LLFolderViewItem* prev = prev = last_selected->getPreviousOpenNode(!shift_select); LLFolderViewItem* prev = last_selected->getPreviousOpenNode(!shift_select);
if (!mKeyboardSelection || (!shift_select && prev == this)) if (!mKeyboardSelection || (!shift_select && prev == this))
{ {
......
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