summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-04 11:55:10 -0400
committerOz Linden <oz@lindenlab.com>2010-11-04 11:55:10 -0400
commite32ce48d983c3a561dd05dc84eb7b2b7a3b788fb (patch)
tree492bcac1f57995b110cc71effe59a0669a9b8f3b /indra/newview/llfolderview.cpp
parent0a27fe695e6db2272ea1af02a897b5db33c8b70f (diff)
parent294fd9c1bccf927beab1a661705e743fd516e50b (diff)
merge fix for STORM-194
Diffstat (limited to 'indra/newview/llfolderview.cpp')
-rw-r--r--indra/newview/llfolderview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp
index c38cd4d090..62ba746a02 100644
--- a/indra/newview/llfolderview.cpp
+++ b/indra/newview/llfolderview.cpp
@@ -2429,6 +2429,7 @@ S32 LLFolderView::notify(const LLSD& info)
{
setFocus(true);
selectFirstItem();
+ scrollToShowSelection();
return 1;
}
@@ -2436,6 +2437,7 @@ S32 LLFolderView::notify(const LLSD& info)
{
setFocus(true);
selectLastItem();
+ scrollToShowSelection();
return 1;
}
}