From f5f042de003b62af17f9974dd86319b638990a9d Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Tue, 15 Sep 2015 16:43:32 +0300 Subject: MAINT-5427 Group notices and invitation will expand on left-clicking --- indra/newview/llfloaternotificationstabbed.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/llfloaternotificationstabbed.cpp') diff --git a/indra/newview/llfloaternotificationstabbed.cpp b/indra/newview/llfloaternotificationstabbed.cpp index 5823983b76..4b5fe4989a 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); + } } //--------------------------------------------------------------------------------- -- cgit v1.2.3