diff --git a/src/LTMPlot.cpp b/src/LTMPlot.cpp index 86ecfc3d9..6c15dddd5 100644 --- a/src/LTMPlot.cpp +++ b/src/LTMPlot.cpp @@ -2173,6 +2173,9 @@ LTMPlot::setCompareData(LTMSettings *set) // now refresh updateLegend(); + // update colours etc for plot chrome + configUpdate(); + // plot replot(); diff --git a/src/PDModel.cpp b/src/PDModel.cpp index d62e0918b..2580a244f 100644 --- a/src/PDModel.cpp +++ b/src/PDModel.cpp @@ -488,7 +488,7 @@ ExtendedModel::ExtendedModel(Context *context) : anI2=300; aeI1=600; aeI2=3000; - laeI1=4000; + laeI1=3600; laeI2=30000; connect (this, SIGNAL(dataChanged()), this, SLOT(onDataChanged()));