Skip to content
Snippets Groups Projects
Commit 256c25bd authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-85 Using mouse scroll while renaming item moves it out of My Inventory tab

parent 8d57cafe
No related branches found
No related tags found
No related merge requests found
......@@ -684,6 +684,12 @@ void LLFolderView::draw()
}
}
if (mRenameItem && mRenamer && mRenamer->getVisible() && !getVisibleRect().contains(mRenamer->getRect()))
{
// renamer is not connected to the item we are renaming in any form so manage it manually
closeRenamer();
}
// skip over LLFolderViewFolder::draw since we don't want the folder icon, label,
// and arrow for the root folder
LLView::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