summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-04 16:27:38 -0400
committerOz Linden <oz@lindenlab.com>2010-11-04 16:27:38 -0400
commit124a59263184391b0b4ec418c532b7a715e9b5a3 (patch)
tree0206913c75ff29f0bc5c43304ae2c44219a14745 /indra/newview/llfolderview.cpp
parent889aff8d87a4dbf3ca43c43bdeed825f67fd5e60 (diff)
parent29283804ad75c89ca000337d03d8b32309254cef (diff)
merging up latest changes from viewer-development
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;
}
}