diff --git a/indra/newview/llnetmap.cpp b/indra/newview/llnetmap.cpp index 318c20b34..7c25f1887 100644 --- a/indra/newview/llnetmap.cpp +++ b/indra/newview/llnetmap.cpp @@ -1377,9 +1377,9 @@ BOOL LLNetMap::handleRightMouseDown(S32 x, S32 y, MASK mask) if (mPopupMenu) { showMenu(this, mPopupMenu, x, y); - mPopupMenu->getChildView("avs_menu")->setVisible(!mClosestAgentsAtLastClick.empty() && + mPopupMenu->getChildView("avs_menu")->setVisible(!mClosestAgentsAtLastClick.empty() && ! // [RLVa:LF] - 2019 - !gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES) + gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES) // [/RLVa:LF] ); }