Back out of droptarget support for links.
Drag and drop support for links would have to be done in lltooldraganddrop, and would probably require a rework there.
This commit is contained in:
@@ -198,7 +198,7 @@ BOOL LLDropTarget::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAn
|
|||||||
{
|
{
|
||||||
mText->setText(currently_set_to(inv_item));
|
mText->setText(currently_set_to(inv_item));
|
||||||
if (mControl)
|
if (mControl)
|
||||||
mControl->setValue(inv_item->getLinkedUUID().asString());
|
mControl->setValue(inv_item->getUUID().asString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user