mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Histogram - parameter changes
... changes in some of the parameter do not take immediate effect on change, some do - adjusted to unique handling of config. changes
This commit is contained in:
@@ -305,7 +305,7 @@ HistogramWindow::HistogramWindow(Context *context, bool rangemode) : GcChartWind
|
||||
}
|
||||
|
||||
// if any of the controls change we pass the chart everything
|
||||
connect(showLnY, SIGNAL(stateChanged(int)), this, SLOT(updateChart()));
|
||||
connect(showLnY, SIGNAL(stateChanged(int)), this, SLOT(forceReplot()));
|
||||
connect(showZeroes, SIGNAL(stateChanged(int)), this, SLOT(forceReplot()));
|
||||
connect(seriesCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(seriesChanged()));
|
||||
connect(showInCPZones, SIGNAL(stateChanged(int)), this, SLOT(setCPZoned(int)));
|
||||
@@ -313,8 +313,8 @@ HistogramWindow::HistogramWindow(Context *context, bool rangemode) : GcChartWind
|
||||
connect(showInZones, SIGNAL(stateChanged(int)), this, SLOT(setZoned(int)));
|
||||
connect(showInZones, SIGNAL(stateChanged(int)), this, SLOT(forceReplot()));
|
||||
connect(shadeZones, SIGNAL(stateChanged(int)), this, SLOT(setShade(int)));
|
||||
connect(shadeZones, SIGNAL(stateChanged(int)), this, SLOT(updateChart()));
|
||||
connect(showSumY, SIGNAL(currentIndexChanged(int)), this, SLOT(updateChart()));
|
||||
connect(shadeZones, SIGNAL(stateChanged(int)), this, SLOT(forceReplot()));
|
||||
connect(showSumY, SIGNAL(currentIndexChanged(int)), this, SLOT(forceReplot()));
|
||||
|
||||
connect(context->athlete, SIGNAL(zonesChanged()), this, SLOT(zonesChanged()));
|
||||
connect(context, SIGNAL(configChanged()), this, SLOT(configChanged()));
|
||||
|
||||
Reference in New Issue
Block a user