mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix PerformanceManager curve disappear
.. truncating the front of the sts/lts arrays also truncated the xday array which mean't it didn't start from 0. .. left code in there, but commented out with a comment to explain in case anyone is tempted to add it back in the future.
This commit is contained in:
@@ -157,7 +157,10 @@ void StressCalculator::calculateStress(MainWindow *main, QString, const QString
|
||||
ltsramp.remove(0, firstindex);
|
||||
stsramp.remove(0, firstindex);
|
||||
sbvalues.remove(0, firstindex);
|
||||
xdays.remove(0, firstindex);
|
||||
//!! no! days always start from 0
|
||||
//!! so we do not do the bwlow ..
|
||||
//!! left commented out as an explanation
|
||||
// xdays.remove(0, firstindex);
|
||||
list.remove(0, firstindex);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user