From c243578337cb4be0d0445dba90719dd279a54cb5 Mon Sep 17 00:00:00 2001
From: Mnikolenko ProductEngine <mnikolenko@productengine.com>
Date: Wed, 8 Jan 2014 12:34:35 +0200
Subject: [PATCH] =?UTF-8?q?MAINT-3520=20FIXED=20=D0=A1all=20arrange(NULL,?=
 =?UTF-8?q?=20NULL)=20to=20avoid=20occasional=20drag'n'drop=20folders=20af?=
 =?UTF-8?q?ter=20renaming.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 indra/llui/llfolderview.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp
index 884fd0ed0f2..13d231d712b 100755
--- a/indra/llui/llfolderview.cpp
+++ b/indra/llui/llfolderview.cpp
@@ -629,6 +629,8 @@ bool LLFolderView::startDrag()
 void LLFolderView::commitRename( const LLSD& data )
 {
 	finishRenamingItem();
+	arrange( NULL, NULL );
+
 }
 
 void LLFolderView::draw()
-- 
GitLab