EXP-895 fixing selection problems - again
parent
0382b8dcbf
commit
37bc2b2fe8
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue