mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
AllPlot: in Stacked View = yes / By Series = no - Curves missing
... NP, AP, XP and TE, PS curve are not shown as indicated by "Checked" when changing between rides, "Checked" settings are ignored
This commit is contained in:
@@ -3022,6 +3022,11 @@ AllPlotWindow::setupStackPlots()
|
||||
_allPlot->setSmoothing(smoothSlider->value());
|
||||
_allPlot->setByDistance(comboDistance->currentIndex());
|
||||
_allPlot->setShowBalance((showBalance->isEnabled()) ? ( showBalance->checkState() == Qt::Checked ) : false );
|
||||
_allPlot->setShowNP((showNP->isEnabled()) ? ( showNP->checkState() == Qt::Checked ) : false );
|
||||
_allPlot->setShowXP((showXP->isEnabled()) ? ( showXP->checkState() == Qt::Checked ) : false );
|
||||
_allPlot->setShowAP((showAP->isEnabled()) ? ( showAP->checkState() == Qt::Checked ) : false );
|
||||
_allPlot->setShowTE((showTE->isEnabled()) ? ( showTE->checkState() == Qt::Checked ) : false );
|
||||
_allPlot->setShowPS((showPS->isEnabled()) ? ( showPS->checkState() == Qt::Checked ) : false );
|
||||
|
||||
_allPlot->replot();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user