[VMM] Fix the labels over labels issue
Reintroduces a searching bug, but only for marketplace top level folders Arguably a better bug than what appears to be character corruption due to labels drawing over each other.
This commit is contained in:
@@ -904,6 +904,9 @@ void LLFolderViewItem::draw()
|
||||
const BOOL in_inventory = id && gInventory.isObjectDescendentOf(*id, gInventory.getRootFolderID());
|
||||
const BOOL in_library = id && !in_inventory && gInventory.isObjectDescendentOf(*id, gInventory.getLibraryRootFolderID());
|
||||
|
||||
// Don't draw filtered top level marketplace folders
|
||||
if (in_inventory && !getFiltered() && depth_nesting_in_marketplace(*id) == 1) return;
|
||||
|
||||
//--------------------------------------------------------------------------------//
|
||||
// Draw open folder arrow
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user