summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-11-08 13:34:57 -0800
committerMerov Linden <merov@lindenlab.com>2012-11-08 13:34:57 -0800
commit865cb1b9674cf61d1abda6865e568fe5d791edcd (patch)
tree78f0ce12b6496e02fee29f0927cf472b4ca757d7 /indra/llui
parent4ee2b01b304b5c95fd4b1d73109033d37e84cb25 (diff)
parent93f9c6991819f53ea03b36dff1af77bbd74ff43b (diff)
Pull merge from viewer-chui
Diffstat (limited to 'indra/llui')
-rwxr-xr-xindra/llui/llfolderviewitem.cpp2
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();
}
}