diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-12 23:19:02 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-12 23:53:10 +0300 |
commit | 7f6ad82a2a76ed1f96bf1ca61cacc51151fe74bf (patch) | |
tree | eedd7303cb0a0a7efaf0a1f2ebec6fdf4ccf8b2e /indra/llui/llfolderview.cpp | |
parent | 546c6a09d8ddcd8a327dd9dc76e122f6d98effb9 (diff) |
SL-19823 Additional logging
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rw-r--r-- | indra/llui/llfolderview.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index fa5ff76a2e..630d93cde0 100644 --- a/indra/llui/llfolderview.cpp +++ b/indra/llui/llfolderview.cpp @@ -702,6 +702,7 @@ void LLFolderView::draw() { // renamer is not connected to the item we are renaming in any form so manage it manually // TODO: consider stopping on any scroll action instead of when out of visible area + LL_DEBUGS("Inventory") << "Renamer out of bounds, hiding" << LL_ENDL; finishRenamingItem(); } @@ -1046,6 +1047,8 @@ void LLFolderView::paste() // public rename functionality - can only start the process void LLFolderView::startRenamingSelectedItem( void ) { + LL_DEBUGS("Inventory") << "Starting inventory renamer" << LL_ENDL; + // make sure selection is visible scrollToShowSelection(); |