From 0969f72badf3a3b802b7015e24d3ca25cf866620 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 3 Apr 2013 08:21:42 -0400 Subject: [PATCH] Fix a bug in the pie menu, in v3 there is a separate pie menu for others' attachments, we don't have this yet. --- indra/newview/lltoolpie.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index 97eb72983..bdd4fe139 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1142,11 +1142,11 @@ BOOL LLToolPie::handleRightClickPick() (!gRlvHandler.hasBehaviour(RLV_BHVR_FARTOUCH)) ) { // [/RLVa:KB] - if (is_other_attachment) + /*if (is_other_attachment) { - gPieAttachment->show(x, y, true); + gPieAttachmentOther->show(x, y, true); } - else + else*/ { gPieAvatar->show(x, y, true); }