diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-04 14:59:22 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-04 14:59:22 +0300 |
commit | eae82c8e4794e2d8374dd8d70547b00c5ac4f300 (patch) | |
tree | ba8da7819fdd2e3a249c0ac5229d0703c7e20b9f /indra/llui | |
parent | b2fd39781833cf00c09d70704f13a8fa58428292 (diff) |
MAINT-1513 FIXED Label of new folder doesn't disappear while closing Inventory by hot hey
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llfolderview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h index 114dd7bd2f..b5deefd653 100755 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -242,6 +242,8 @@ public: bool useLabelSuffix() { return mUseLabelSuffix; } virtual void updateMenu(); + void finishRenamingItem( void ); + // Note: We may eventually have to move that method up the hierarchy to LLFolderViewItem. LLHandle<LLFolderView> getHandle() const { return getDerivedHandle<LLFolderView>(); } @@ -255,7 +257,6 @@ protected: void commitRename( const LLSD& data ); void onRenamerLost(); - void finishRenamingItem( void ); void closeRenamer( void ); bool selectFirstItem(); |