EXP-895 fixing selection problems - again

master
Leyla Farazha 2011-07-01 13:14:17 -07:00
parent 0382b8dcbf
commit 37bc2b2fe8
1 changed files with 1 additions and 2 deletions

View File

@ -814,8 +814,7 @@ void LLFolderView::sanitizeSelection()
}
else
{
// nothing selected to start with, so pick "My Inventory" as best guess
new_selection = getItemByID(gInventory.getRootFolderID());
new_selection = NULL;
}
if (new_selection)