FIRE-1674, bugfix for not-cleared inventory cut/paste, by Satomi Ahn

master
Arrehn 2011-06-24 21:05:14 -04:00
parent 3496b20fd7
commit 1c1b36fde7
1 changed files with 1 additions and 1 deletions

View File

@ -2097,7 +2097,7 @@ bool LLFolderView::doToSelected(LLInventoryModel* model, const LLSD& userdata)
return true;
}
if ("copy" == action)
if ("copy" == action || "cut" == action)
{
LLInventoryClipboard::instance().reset();
}