diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-23 09:37:09 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-23 09:37:09 -0500 |
commit | 8f4c4db90fdafc86efb64318e611d00aae662ab1 (patch) | |
tree | b5e051cc330d359e437ba985ffcdbe29a1f4a2a7 /indra/llui/llfolderview.cpp | |
parent | 0384d579726e61b4239880df9fddb502afe65f5a (diff) |
SH-4611 FIX - use an observer to scroll after category rename completes
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rwxr-xr-x | indra/llui/llfolderview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index f32a52e6c6..ff5c2d0849 100755 --- a/indra/llui/llfolderview.cpp +++ b/indra/llui/llfolderview.cpp @@ -701,8 +701,9 @@ void LLFolderView::finishRenamingItem( void ) closeRenamer(); + // This is moved to an inventory observer in llinventorybridge.cpp, to handle updating after operation completed in AISv3 (SH-4611). // List is re-sorted alphabetically, so scroll to make sure the selected item is visible. - scrollToShowSelection(); + //scrollToShowSelection(); } void LLFolderView::closeRenamer( void ) |