mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-17 01:49:55 +00:00
Apply fix tools early
.. when opening a file and they are 'auto' so the results can be used by the derived tool (does NP etc)
This commit is contained in:
@@ -475,11 +475,11 @@ RideFile *RideFileFactory::openRideFile(Context *context, QFile &file,
|
||||
}
|
||||
}
|
||||
|
||||
// calculate derived data series
|
||||
result->recalculateDerivedSeries();
|
||||
|
||||
DataProcessorFactory::instance().autoProcess(result);
|
||||
|
||||
// calculate derived data series -- after data fixers applied above
|
||||
result->recalculateDerivedSeries();
|
||||
|
||||
// what data is present - after processor in case 'derived' or adjusted
|
||||
QString flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user