mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
PfPvWindow : Double Click
Update edit values for CP et CAD after double click
This commit is contained in:
@@ -324,7 +324,9 @@ void
|
||||
PfPvWindow::doubleClicked(int cad, int watts)
|
||||
{
|
||||
pfPvPlot->setCP(watts);
|
||||
qaCPValue->setText(QString("%1").arg(watts));
|
||||
pfPvPlot->setCAD(cad);
|
||||
qaCadValue->setText(QString("%1").arg(cad));
|
||||
pfPvPlot->replot();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user