diff options
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 4508e7e083..d569d819dd 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -286,7 +286,7 @@ void LLInventoryPanel::draw() if (mClipboardState != LLClipboard::getInstance()->getState()) { mClipboardState = LLClipboard::getInstance()->getState(); - getFilter()->setModified(LLInventoryFilter::FILTER_RESTART); + getFilter()->setModified(LLClipboard::getInstance()->isCutMode() ? LLInventoryFilter::FILTER_MORE_RESTRICTIVE : LLInventoryFilter::FILTER_LESS_RESTRICTIVE); } LLPanel::draw(); |