EXP-984 FIX -- My Inventory listing scrolls to bottom when Received Items panel is loaded with several items present

* Updated initial view setup to clear selection from "My Inventory" or the root folder after opening it.

Reviewed by Richard.
master
Leslie Linden 2011-07-07 12:54:08 -07:00
parent 791da71c3e
commit e4bb8a442d
1 changed files with 1 additions and 0 deletions

View File

@ -814,6 +814,7 @@ void LLInventoryPanel::openStartFolderOrMyInventory()
{
const std::string& child_name = child->getName();
mFolderRoot->openFolder(child_name);
mFolderRoot->clearSelection(); // No need to keep it selected though!
break;
}
}