SL-18945 Links have no 'cut' option
Links can be drag and dropped so they should be movable via 'cut' as wellmaster
parent
007939f0a7
commit
b3201e75b1
|
|
@ -831,6 +831,12 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
|
|||
{
|
||||
disabled_items.push_back(std::string("Find Original"));
|
||||
}
|
||||
|
||||
items.push_back(std::string("Cut"));
|
||||
if (!isItemMovable() || !isItemRemovable())
|
||||
{
|
||||
disabled_items.push_back(std::string("Cut"));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue