diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llinventoryactions.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryactions.cpp b/linden/indra/newview/llinventoryactions.cpp index 7ae96ad..25a4a4b 100644 --- a/linden/indra/newview/llinventoryactions.cpp +++ b/linden/indra/newview/llinventoryactions.cpp | |||
@@ -119,6 +119,11 @@ bool doToSelected(LLFolderView* folder, std::string action) | |||
119 | LLInventoryClipboard::instance().reset(); | 119 | LLInventoryClipboard::instance().reset(); |
120 | } | 120 | } |
121 | 121 | ||
122 | if ("cut" == action) | ||
123 | { | ||
124 | LLInventoryClipboard::instance().reset(); | ||
125 | } | ||
126 | |||
122 | std::set<LLUUID> selected_items; | 127 | std::set<LLUUID> selected_items; |
123 | folder->getSelectionList(selected_items); | 128 | folder->getSelectionList(selected_items); |
124 | 129 | ||