summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-05-03 17:03:37 -0700
committerMerov Linden <merov@lindenlab.com>2013-05-03 17:03:37 -0700
commitad12517329e73abf64ccc926aa49453cb4b73bfc (patch)
tree3466824069c8b4a9e8c2614a5aa3129dce122c33 /indra/llui/llfolderview.cpp
parent701facaac4bd4dde76427fac014da6d1e1641c2a (diff)
ACME-275 : WIP : Filtering
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rw-r--r--indra/llui/llfolderview.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp
index cf449217f5..679a76e26f 100644
--- a/indra/llui/llfolderview.cpp
+++ b/indra/llui/llfolderview.cpp
@@ -1652,6 +1652,11 @@ void LLFolderView::update()
}
BOOL is_visible = isInVisibleChain();
+
+ if (getName() == "Persons")
+ {
+ llinfos << "Merov : update Persons, is_visible = " << is_visible << llendl;
+ }
// Puts folders/items in proper positions
// arrange() takes the model filter flag into account and call sort() if necessary (CHUI-849)