mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Fix PfPV divide 1000
This commit is contained in:
committed by
Justin Knotzke
parent
236878ff7f
commit
0873317ea7
@@ -1944,7 +1944,7 @@ void
|
||||
MainWindow::setQaCLFromLineEdit()
|
||||
{
|
||||
double value = qaClValue->text().toDouble();
|
||||
pfPvPlot->setCL(value / 1000);
|
||||
pfPvPlot->setCL(value);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user