mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix show efforts on CP Plot
.. showEfforts was not being initialised when the plot was created which resulted in sustained efforts always being shown regardless of the chart setting.
This commit is contained in:
@@ -67,7 +67,8 @@ CPPlot::CPPlot(CriticalPowerWindow *parent, Context *context, bool rangemode) :
|
||||
rideSeries(RideFile::watts),
|
||||
isFiltered(false), shadeMode(2),
|
||||
shadeIntervals(true), rangemode(rangemode),
|
||||
showTest(true), showBest(true), filterBest(false), showPowerIndex(false), showPercent(false), showHeat(false), showPP(false), showHeatByDate(false), showDelta(false), showDeltaPercent(false),
|
||||
showTest(true), showBest(true), filterBest(false), showPowerIndex(false), showPercent(false), showHeat(false),
|
||||
showEffort(false), showPP(false), showHeatByDate(false), showDelta(false), showDeltaPercent(false),
|
||||
plotType(0),
|
||||
xAxisLinearOnSpeed(true),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user