Update Floater Inv Panel to be more modern

This commit is contained in:
Lirusaito
2019-04-28 09:02:43 -04:00
parent 0cc146a170
commit 8653ee79ea
3 changed files with 15 additions and 14 deletions

View File

@@ -2961,7 +2961,7 @@ void LLFolderBridge::performAction(LLInventoryModel* model, std::string action)
LLInventoryModel* model = getInventoryModel();
LLViewerInventoryCategory* cat = getCategory();
if (!model || !cat) return;
LFFloaterInvPanel::show(mUUID, model, cat->getName());
LFFloaterInvPanel::show(LLSD().with("id", mUUID), cat->getName(), model);
return;
}
else if ("paste" == action)