Refresh the table after reordering the columns
This commit is contained in:
parent
f3cb3443d1
commit
517a855e9a
|
@ -62,6 +62,7 @@ void ColumnReorderDialog::on_okButton_clicked()
|
|||
mParent->mColumnOrder[i] = col;
|
||||
mParent->setColumnHidden(col, true);
|
||||
}
|
||||
mParent->reloadData();
|
||||
this->done(QDialog::Accepted);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue