From 1fc32d4c973275cf86d2b936e7bb3241e0155197 Mon Sep 17 00:00:00 2001
From: maxim_productengine <mnikolenko@productengine.com>
Date: Tue, 17 Apr 2018 18:39:31 +0300
Subject: [PATCH] MAINT-8458 FIXED Fields for new group notice dissapears
 immediately after appearing

---
 indra/newview/llpanelgroupnotices.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llpanelgroupnotices.cpp b/indra/newview/llpanelgroupnotices.cpp
index 48b659a81e2..178b5db6c24 100644
--- a/indra/newview/llpanelgroupnotices.cpp
+++ b/indra/newview/llpanelgroupnotices.cpp
@@ -575,6 +575,7 @@ void LLPanelGroupNotices::processNotices(LLMessageSystem* msg)
 
 	mNoticesList->setNeedsSort(save_sort);
 	mNoticesList->updateSort();
+	mNoticesList->selectFirstItem();
 }
 
 void LLPanelGroupNotices::onSelectNotice(LLUICtrl* ctrl, void* data)
-- 
GitLab