diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-03-05 12:25:52 +0200 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-03-05 12:25:52 +0200 | 
| commit | 65850279964bed111e0d11b99f26867cd46b91b7 (patch) | |
| tree | fa61012fdd33e74ade57eb6493a75765e5ae2c99 | |
| parent | 100b0f48a9d9aa2883e12ee2c52fc380540711bb (diff) | |
fix build problem
| -rwxr-xr-x | indra/llui/llfolderview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index 173279fa81..c9ea0c0e1b 100755 --- a/indra/llui/llfolderview.cpp +++ b/indra/llui/llfolderview.cpp @@ -1192,7 +1192,7 @@ BOOL LLFolderView::handleKeyHere( KEY key, MASK mask )  			LLFolderViewItem* last_selected = mSelectedItems.back();  			BOOL shift_select = mask & MASK_SHIFT;  			// 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))  			{  | 
