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

problem updating ptm islands

parent 36a4cee4
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ void PtmIslandListWindow::setIdentificationGroup(IdentificationGroup * p_identif
void PtmIslandListWindow::doIdentificationPtmGroupGrouped(IdentificationGroup * p_identification_group) {
qDebug() << "PtmIslandListWindow::doIdentificationPtmGroupGrouped begin";
if (_p_identification_group == p_identification_group) {
ui->ptm_island_tableview->resizeRowToContents(0);
//ui->ptm_island_tableview->resizeRowToContents(0);
//_protein_table_model_p->setIdentificationGroup(p_identification_group);
//_p_proxy_model->setSourceModel(_protein_table_model_p);
_ptm_table_model_p->setIdentificationGroup(p_identification_group);
......
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