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:
Inusaito Sayori
2014-09-18 19:50:23 -04:00
parent 73ac76a0eb
commit 3b631a4f90

View File

@@ -198,7 +198,7 @@ BOOL LLDropTarget::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAn
{
mText->setText(currently_set_to(inv_item));
if (mControl)
mControl->setValue(inv_item->getLinkedUUID().asString());
mControl->setValue(inv_item->getUUID().asString());
}
}
return true;