Merge pull request #1602 from Joern-R/intervals

Add Interval Dialog
This commit is contained in:
Mark Liversedge
2015-10-20 18:31:08 +01:00

View File

@@ -306,6 +306,9 @@ RideItem::newInterval(QString name, double start, double stop, double startKM, d
// refresh metrics
add->refresh();
// still the item is dirty and needs to be saved
setDirty(true);
// and return
return add;
}