diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-01-08 12:34:35 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-01-08 12:34:35 +0200 |
commit | c243578337cb4be0d0445dba90719dd279a54cb5 (patch) | |
tree | 45c8bad0b4e3355f60585a51d3f6bee200f175e8 /indra/llui/llfolderview.cpp | |
parent | a773cdd6f7e95c44c2fc11e020addf60a970cb8f (diff) |
MAINT-3520 FIXED Сall arrange(NULL, NULL) to avoid occasional drag'n'drop folders after renaming.
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rwxr-xr-x | indra/llui/llfolderview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index 884fd0ed0f..13d231d712 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() |