OR not AND

This commit is contained in:
Inusaito Sayori
2015-02-04 13:54:39 -05:00
parent adecaca730
commit f0b18e52a3

View File

@@ -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<LLNotifyBox*>(view)->isTip())
view->setVisible(false);