mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Crank length updated live (you must change the ride) to see the change. Before this patch you had to restart GC. Thanks to Berend.
This commit is contained in:
@@ -100,7 +100,9 @@ PfPvPlot::setData(RideItem *rideItem)
|
||||
|
||||
tot_cad += p1->cad;
|
||||
tot_cad_points++;
|
||||
}
|
||||
}
|
||||
QSettings settings(GC_SETTINGS_CO, GC_SETTINGS_APP);
|
||||
setCL(settings.value(GC_CRANKLENGTH).toDouble() / 1000.0);
|
||||
}
|
||||
|
||||
// Now that we have the set of points, transform them into the
|
||||
|
||||
Reference in New Issue
Block a user