diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llmaniptranslate.cpp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/linden/indra/newview/llmaniptranslate.cpp b/linden/indra/newview/llmaniptranslate.cpp index fd02be6..fa66b05 100644 --- a/linden/indra/newview/llmaniptranslate.cpp +++ b/linden/indra/newview/llmaniptranslate.cpp | |||
@@ -463,8 +463,15 @@ BOOL LLManipTranslate::handleHover(S32 x, S32 y, MASK mask) | |||
463 | if (mask == MASK_COPY) | 463 | if (mask == MASK_COPY) |
464 | { | 464 | { |
465 | // ...we're trying to make a copy | 465 | // ...we're trying to make a copy |
466 | LLSelectMgr::getInstance()->selectDuplicate(LLVector3::zero, FALSE); | 466 | // LLSelectMgr::getInstance()->selectDuplicate(LLVector3::zero, FALSE); |
467 | mCopyMadeThisDrag = TRUE; | 467 | // mCopyMadeThisDrag = TRUE; |
468 | // [RLVa:KB] - Checked: 2009-07-05 (RLVa-1.0.0b) | ||
469 | if (!gRlvHandler.hasBehaviour(RLV_BHVR_REZ)) | ||
470 | { | ||
471 | LLSelectMgr::getInstance()->selectDuplicate(LLVector3::zero, FALSE); | ||
472 | mCopyMadeThisDrag = TRUE; | ||
473 | } | ||
474 | // [/RLVa:KB] | ||
468 | 475 | ||
469 | // When we make the copy, we don't want to do any other processing. | 476 | // When we make the copy, we don't want to do any other processing. |
470 | // If so, the object will also be moved, and the copy will be offset. | 477 | // If so, the object will also be moved, and the copy will be offset. |