mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Fix W bal plotting by distance
.. since we only smoothed time Fixes #803
This commit is contained in:
@@ -397,7 +397,7 @@ ErgFilePlot::setData(ErgFile *ergfile)
|
||||
setAxisLabelAlignment(QwtAxisId(QwtAxis::yRight, 3),Qt::AlignVCenter);
|
||||
|
||||
// and the values ... but avoid sharing!
|
||||
wbalCurvePredict->setSamples(calculator.xdata(), calculator.ydata());
|
||||
wbalCurvePredict->setSamples(calculator.xdata(false), calculator.ydata());
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user