merge
commit
330b9dc6ee
|
|
@ -135,6 +135,8 @@ public:
|
|||
virtual BOOL isUpToDate() const { return TRUE; }
|
||||
virtual BOOL hasChildren() const { return FALSE; }
|
||||
virtual LLInventoryType::EType getInventoryType() const { return LLInventoryType::IT_NONE; }
|
||||
virtual LLWearableType::EType getWearableType() const { return LLWearableType::WT_NONE; }
|
||||
|
||||
// LLDragAndDropBridge functionality
|
||||
virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id) const;
|
||||
virtual BOOL dragOrDrop(MASK mask, BOOL drop,
|
||||
|
|
@ -177,13 +179,13 @@ void LLTaskInvFVBridge::showProperties()
|
|||
show_item_profile(mUUID);
|
||||
|
||||
// Disable old properties floater; this is replaced by the sidepanel.
|
||||
/*
|
||||
|
||||
LLFloaterProperties* floater = LLFloaterReg::showTypedInstance<LLFloaterProperties>("properties", mUUID);
|
||||
if (floater)
|
||||
{
|
||||
floater->setObjectID(mPanel->getTaskUUID());
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
struct LLBuyInvItemData
|
||||
|
|
|
|||
Loading…
Reference in New Issue