diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-08-10 17:09:14 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-08-10 17:09:14 -0700 |
commit | 52814c4e99f62815af85d1270f3268ef37adcb49 (patch) | |
tree | 789b68c6687d14b32d82a42701bdff19892e0902 /indra/llui/llfolderviewitem.cpp | |
parent | 09c890db98bb0996058e9faf1f867650707e3e31 (diff) |
CHUI-273: Problem was that after renaming the item, the item was not triggering a sort. Resolution: Once the name of the item is set, trigger a sorting of the parent.
Diffstat (limited to 'indra/llui/llfolderviewitem.cpp')
-rw-r--r-- | indra/llui/llfolderviewitem.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp index 68b442dd9a..1c33c4489b 100644 --- a/indra/llui/llfolderviewitem.cpp +++ b/indra/llui/llfolderviewitem.cpp @@ -415,11 +415,6 @@ void LLFolderViewItem::rename(const std::string& new_name) if( !new_name.empty() ) { getViewModelItem()->renameItem(new_name); - - //if(mParentFolder) - //{ - // mParentFolder->requestSort(); - //} } } |