mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fixed default button in Edit Interval dialog
It was color button, now it is Ok button
This commit is contained in:
@@ -205,6 +205,7 @@ EditIntervalDialog::EditIntervalDialog(QWidget *parent, IntervalItem &interval)
|
||||
toEdit->setTime(QTime(0,0,0,0).addSecs(interval.stop));
|
||||
|
||||
colorEdit = new ColorButton(this, interval.name, interval.color);
|
||||
colorEdit->setAutoDefault(false);
|
||||
|
||||
grid->addWidget(name, 0,0);
|
||||
grid->addWidget(nameEdit, 0,1);
|
||||
|
||||
Reference in New Issue
Block a user