From f5f042de003b62af17f9974dd86319b638990a9d Mon Sep 17 00:00:00 2001
From: Mnikolenko ProductEngine <mnikolenko@productengine.com>
Date: Tue, 15 Sep 2015 16:43:32 +0300
Subject: [PATCH] MAINT-5427 Group notices and invitation will expand on
 left-clicking

---
 indra/newview/llfloaternotificationstabbed.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/indra/newview/llfloaternotificationstabbed.cpp b/indra/newview/llfloaternotificationstabbed.cpp
index 5823983b761..4b5fe4989ac 100644
--- a/indra/newview/llfloaternotificationstabbed.cpp
+++ b/indra/newview/llfloaternotificationstabbed.cpp
@@ -408,6 +408,10 @@ void LLFloaterNotificationsTabbed::onItemClick(LLNotificationListItem* item)
     {
         LLFloaterReg::showInstance("inspect_toast", id);
     }
+    else
+    {
+        item->setExpanded(TRUE);
+    }
 }
 
 //---------------------------------------------------------------------------------
-- 
GitLab