Fix crash on metadata config

.. add field got interval checkbox index wrong (I had already
   fixed this but was lost from commit)
This commit is contained in:
Mark Liversedge
2023-11-27 18:45:59 +00:00
parent 1dd7faa276
commit 6e5b950f39

View File

@@ -2704,7 +2704,7 @@ FieldsPage::addClicked()
add->setTextAlignment(2, Qt::AlignHCenter);
fields->setItemWidget(add, 2, comboButton);
fields->setItemWidget(add, 4, checkBox);
fields->setItemWidget(add, 4, checkBoxInt);
fields->setItemWidget(add, 5, checkBoxInt);
}
void