mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user