Remove attempt to hide empty filtered folders because it now hides all empty folders instead.
parent
9a459765d5
commit
cfc11c2339
|
|
@ -567,13 +567,6 @@ bool LLInventoryFilter::checkAgainstPermissions(const LLFolderViewModelItemInven
|
|||
{
|
||||
if (!listener) return FALSE;
|
||||
|
||||
// <FS:Zi> Fix empty filtered folders still showing
|
||||
if (listener->getInventoryType() == LLInventoryType::IT_CATEGORY)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
// </FS:Zi>
|
||||
|
||||
PermissionMask perm = listener->getPermissionMask();
|
||||
const LLInvFVBridge *bridge = dynamic_cast<const LLInvFVBridge *>(listener);
|
||||
if (bridge && bridge->isLink())
|
||||
|
|
|
|||
Loading…
Reference in New Issue