Fixed default button in Edit Interval dialog

It was color button, now it is Ok button
This commit is contained in:
Alejandro Martinez
2015-07-21 14:59:11 -03:00
parent b7640d7b0f
commit 2fcf0dd023

View File

@@ -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);