From b577b84f115bca7a5582ab4e47729b5ba0ab3f20 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 24 May 2014 09:20:05 +0100 Subject: [PATCH] Fix LTM Plot Legend Colors in Compare .. they were always black which wasn't good on a dark background ! --- src/LTMPlot.cpp | 3 +++ src/PDModel.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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()));