#4149 Empty Outfit folders cannot be moved
parent
26adfd9910
commit
2df00437d1
|
|
@ -2350,9 +2350,9 @@ bool can_move_to_my_outfits_as_outfit(LLInventoryModel* model, LLInventoryCatego
|
|||
return false;
|
||||
}
|
||||
|
||||
if (items->size() == 0)
|
||||
if (items->size() == 0 && inv_cat->getPreferredType() != LLFolderType::FT_OUTFIT)
|
||||
{
|
||||
// Nothing to move(create)
|
||||
// Nothing to create an outfit folder from
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue