diff --git a/code/ryzom/client/src/game_context_menu.cpp b/code/ryzom/client/src/game_context_menu.cpp index 13e3484d7..cc6ccffc8 100644 --- a/code/ryzom/client/src/game_context_menu.cpp +++ b/code/ryzom/client/src/game_context_menu.cpp @@ -432,8 +432,8 @@ void CGameContextMenu::update() _TextAttack->setActive(canAttack()); if (_TextNews) - _TextNews->setActive(!canAttack()); - + _TextNews->setActive(selection && !canAttack()); + if (_TextDuel && _TextUnDuel) { if ((!UserEntity->isRiding()) && (_ServerInDuel->getValue8() != 0))