diff options
author | Merov Linden <merov@lindenlab.com> | 2012-02-08 15:44:02 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-02-08 15:44:02 -0800 |
commit | 91f77318db63d4b2560390551306056c4a6cc2d5 (patch) | |
tree | 4aa42af172b0d0552e490f7bdd5d92e40906d60e /indra/newview/llfolderviewitem.cpp | |
parent | ee3c3c15b714f8f68e98a2d4064afaec665bd64a (diff) |
EXP-1873 : Implement the hiding of cut items on the clipboard
Diffstat (limited to 'indra/newview/llfolderviewitem.cpp')
-rw-r--r-- | indra/newview/llfolderviewitem.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp index 37ef27a5d7..884cddfe7f 100644 --- a/indra/newview/llfolderviewitem.cpp +++ b/indra/newview/llfolderviewitem.cpp @@ -1004,12 +1004,6 @@ void LLFolderViewItem::draw() if (highlight_link) color = sLinkColor; if (in_library) color = sLibraryColor; - // Cut state rendering tweak (experimental) - if (LLClipboard::getInstance()->isCutMode() && LLClipboard::getInstance()->isOnClipboard(getListener()->getUUID())) - { - color.setAlpha(0.5); - } - F32 right_x = 0; F32 y = (F32)getRect().getHeight() - font->getLineHeight() - (F32)TEXT_PAD - (F32)TOP_PAD; F32 text_left = (F32)(ARROW_SIZE + TEXT_PAD + ICON_WIDTH + ICON_PAD + mIndentation); |