summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-11-08 12:38:09 -0800
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-11-08 12:38:09 -0800
commita312498260c05cedd6fc6ecb60f5f74d6b72be46 (patch)
tree48f9de6ec835162fc9fe664647d1dfb96e6ca122 /indra/llui
parentc4eaaa3d6a08330863119d550d365315ba7526bb (diff)
parentb8a229032efe7c170bfd32e0d31b8b29aac82eec (diff)
Pull and merge from ssh://stinson@hg.lindenlab.com/richard/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 7c63cad1b7..21fb9bff90 100755
--- a/indra/llui/llfolderviewitem.cpp
+++ b/indra/llui/llfolderviewitem.cpp
@@ -410,8 +410,8 @@ void LLFolderViewItem::selectItem(void)
{
if (mIsSelected == FALSE)
{
- getViewModelItem()->selectItem();
mIsSelected = TRUE;
+ getViewModelItem()->selectItem();
}
}