Skip to content
Snippets Groups Projects
Commit 6dc70d43 authored by Langella Olivier's avatar Langella Olivier
Browse files

sort peptide list by peptide id by default

parent fa73d5a8
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,10 @@ void PeptideListWindow::setProteinMatch(IdentificationGroup * p_identification_g
completer->setFilterMode(Qt::MatchContains);
ui->mod_auto_completion->setCompleter(completer);
_p_proxy_model->sort((std::int8_t) PeptideListColumn::peptide_grouping_id, Qt::AscendingOrder);
}
}
......
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