Skip to content
Snippets Groups Projects
Commit 1fc32d4c authored by maxim_productengine's avatar maxim_productengine
Browse files

MAINT-8458 FIXED Fields for new group notice dissapears immediately after appearing

parent 6bb9ec41
No related branches found
No related tags found
No related merge requests found
...@@ -575,6 +575,7 @@ void LLPanelGroupNotices::processNotices(LLMessageSystem* msg) ...@@ -575,6 +575,7 @@ void LLPanelGroupNotices::processNotices(LLMessageSystem* msg)
mNoticesList->setNeedsSort(save_sort); mNoticesList->setNeedsSort(save_sort);
mNoticesList->updateSort(); mNoticesList->updateSort();
mNoticesList->selectFirstItem();
} }
void LLPanelGroupNotices::onSelectNotice(LLUICtrl* ctrl, void* data) void LLPanelGroupNotices::onSelectNotice(LLUICtrl* ctrl, void* data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment