Skip to content
Snippets Groups Projects
Commit f2a1c44c authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-20377 Sort group notices by date

parent 2968e8be
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,7 @@ BOOL LLPanelGroupNotices::postBuild()
mNoticesList = getChild<LLScrollListCtrl>("notice_list",recurse);
mNoticesList->setCommitOnSelectionChange(TRUE);
mNoticesList->setCommitCallback(onSelectNotice, this);
mNoticesList->sortByColumn("date", false);
mBtnNewMessage = getChild<LLButton>("create_new_notice",recurse);
mBtnNewMessage->setClickedCallback(onClickNewMessage, this);
......
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