mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
AllPlot: show balance in stack view only if checked
This commit is contained in:
@@ -3021,6 +3021,7 @@ AllPlotWindow::setupStackPlots()
|
||||
_allPlot->setPaintBrush(paintBrush->checkState());
|
||||
_allPlot->setSmoothing(smoothSlider->value());
|
||||
_allPlot->setByDistance(comboDistance->currentIndex());
|
||||
_allPlot->setShowBalance((showBalance->isEnabled()) ? ( showBalance->checkState() == Qt::Checked ) : false );
|
||||
|
||||
_allPlot->replot();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user