Skip to content
Snippets Groups Projects
Commit c2435783 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-3520 FIXED Сall arrange(NULL, NULL) to avoid occasional drag'n'drop folders after renaming.

parent a773cdd6
No related branches found
No related tags found
No related merge requests found
...@@ -629,6 +629,8 @@ bool LLFolderView::startDrag() ...@@ -629,6 +629,8 @@ bool LLFolderView::startDrag()
void LLFolderView::commitRename( const LLSD& data ) void LLFolderView::commitRename( const LLSD& data )
{ {
finishRenamingItem(); finishRenamingItem();
arrange( NULL, NULL );
} }
void LLFolderView::draw() void LLFolderView::draw()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment