summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-31 19:27:41 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-31 19:27:41 -0700
commit7f2ea292e10b10958b3e00a641b50b194f131e41 (patch)
treefc99351b0a50c9182ff5d35397f130b0c47a97fb /indra/llui
parente672984a48a99d4a920bba015db6ce46a1f779f0 (diff)
CHUI-474 : Fixed. Refresh the participants list in torn off dialog more often.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfolderview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp
index c31a832141..a33ffc4240 100644
--- a/indra/llui/llfolderview.cpp
+++ b/indra/llui/llfolderview.cpp
@@ -566,7 +566,7 @@ void LLFolderView::sanitizeSelection()
parent_folder;
parent_folder = parent_folder->getParentFolder())
{
- if (parent_folder->getViewModelItem()->potentiallyVisible())
+ if (parent_folder->getViewModelItem() && parent_folder->getViewModelItem()->potentiallyVisible())
{
// give initial selection to first ancestor folder that potentially passes the filter
if (!new_selection)