summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-09-15 16:43:32 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-09-15 16:43:32 +0300
commitf5f042de003b62af17f9974dd86319b638990a9d (patch)
treef54b685b726a323c4fea1d97181e63b68d3e8b9a /indra
parent274c3a4ae555d76601f74045adb5b69fe0d5ba3d (diff)
MAINT-5427 Group notices and invitation will expand on left-clicking
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaternotificationstabbed.cpp4
1 files changed, 4 insertions, 0 deletions
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);
+ }
}
//---------------------------------------------------------------------------------