Oh, this change is needed for the future.

This commit is contained in:
Liru Færs
2019-11-24 00:42:42 -05:00
parent ef5c9f0175
commit f0db784b46

View File

@@ -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]
);
}