diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-16 16:22:35 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-16 16:22:35 -0500 |
commit | 19267a29c91b4b7e800df1a62af2e77a8d6b9214 (patch) | |
tree | b880284e07286a05dfa1245b7fefcb0d5884ac48 /indra | |
parent | be666bc14f7252b5cfa0b9c2e34f170f5e24c4d3 (diff) |
EXT-491 - Renaming item expanded all closed folders
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfolderview.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 21458f83cd..4192c6a586 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -909,11 +909,7 @@ void LLFolderView::finishRenamingItem( void ) mRenameItem->rename( mRenamer->getText() ); } - mRenamer->setCommitOnFocusLost( FALSE ); - mRenamer->setFocus( FALSE ); - mRenamer->setVisible( FALSE ); - mRenamer->setCommitOnFocusLost( TRUE ); - gFocusMgr.setTopCtrl( NULL ); + gFocusMgr.setTopCtrl( NULL ); if( mRenameItem ) { |