diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-08 13:34:57 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-08 13:34:57 -0800 |
commit | 865cb1b9674cf61d1abda6865e568fe5d791edcd (patch) | |
tree | 78f0ce12b6496e02fee29f0927cf472b4ca757d7 /indra/llui/llfolderviewitem.cpp | |
parent | 4ee2b01b304b5c95fd4b1d73109033d37e84cb25 (diff) | |
parent | 93f9c6991819f53ea03b36dff1af77bbd74ff43b (diff) |
Pull merge from viewer-chui
Diffstat (limited to 'indra/llui/llfolderviewitem.cpp')
-rwxr-xr-x | indra/llui/llfolderviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp index c5231c4f08..822534ffcf 100755 --- a/indra/llui/llfolderviewitem.cpp +++ b/indra/llui/llfolderviewitem.cpp @@ -409,8 +409,8 @@ void LLFolderViewItem::selectItem(void) { if (mIsSelected == FALSE) { - getViewModelItem()->selectItem(); mIsSelected = TRUE; + getViewModelItem()->selectItem(); } } |