diff --git a/src/Charts/AllPlotWindow.cpp b/src/Charts/AllPlotWindow.cpp index 042c492b2..836e04d19 100644 --- a/src/Charts/AllPlotWindow.cpp +++ b/src/Charts/AllPlotWindow.cpp @@ -2049,7 +2049,7 @@ AllPlotWindow::setAllPlotWidgets(RideItem *ride) showCad->setEnabled(dataPresent->cad); showTorque->setEnabled(dataPresent->nm); showHr->setEnabled(dataPresent->hr); - showTcore->setEnabled(dataPresent->tcore); + showTcore->setEnabled(dataPresent->tcore || dataPresent->hr); showSpeed->setEnabled(dataPresent->kph); showAccel->setEnabled(dataPresent->kph); showAlt->setEnabled(dataPresent->alt);