diff --git a/indra/newview/llnotify.cpp b/indra/newview/llnotify.cpp index 62ef0e53a..9cbafafd2 100644 --- a/indra/newview/llnotify.cpp +++ b/indra/newview/llnotify.cpp @@ -769,7 +769,7 @@ void LLNotifyBoxView::showOnly(LLView* view) { if (view == (*iter)) continue; LLView* view(*iter); - if (isGroupNotifyBox(view) && !view->getVisible()) + if (isGroupNotifyBox(view) || !view->getVisible()) continue; if (!static_cast(view)->isTip()) view->setVisible(false);