Correct patch import
parent
bf980bf24b
commit
62c1ad0b93
|
|
@ -2594,6 +2594,11 @@ BOOL LLFolderBridge::dragCategoryIntoFolder(LLInventoryCategory* inv_cat,
|
|||
tooltip_msg = LLTrans::getString("TooltipDragOntoOwnChild");
|
||||
}
|
||||
if (is_movable && LLFolderType::lookupIsProtectedType(inv_cat->getPreferredType()))
|
||||
{
|
||||
is_movable = FALSE;
|
||||
// tooltip?
|
||||
}
|
||||
if (is_movable && move_is_into_outfit)
|
||||
{
|
||||
if((mUUID == my_outifts_id) || (getCategory() && getCategory()->getPreferredType() == LLFolderType::FT_NONE))
|
||||
{
|
||||
|
|
@ -2604,11 +2609,6 @@ BOOL LLFolderBridge::dragCategoryIntoFolder(LLInventoryCategory* inv_cat,
|
|||
is_movable = false;
|
||||
}
|
||||
}
|
||||
if (is_movable && move_is_into_outfit)
|
||||
{
|
||||
is_movable = FALSE;
|
||||
// tooltip?
|
||||
}
|
||||
if (is_movable && (mUUID == model->findCategoryUUIDForType(LLFolderType::FT_FAVORITE)))
|
||||
{
|
||||
is_movable = FALSE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue