summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-08 14:01:28 -0500
committerOz Linden <oz@lindenlab.com>2010-11-08 14:01:28 -0500
commitc446062bd3bd3f172b20f22f2086cea962fb7278 (patch)
treef208fb3a103cd6a6d38d98c366bc621c9f5f58e9 /indra/newview/llfolderview.cpp
parent14c9db3a52cbafa0d057e84657f9df11d7695638 (diff)
parent2ab3b0cc346a573fc1c292a1466628ffc63b003f (diff)
merge fix for STORM-284
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;
}
}