Fix LTM Plot Legend Colors in Compare

.. they were always black which wasn't good on a
   dark background !
This commit is contained in:
Mark Liversedge
2014-05-24 09:20:05 +01:00
parent 257c009343
commit b577b84f11
2 changed files with 4 additions and 1 deletions

View File

@@ -2173,6 +2173,9 @@ LTMPlot::setCompareData(LTMSettings *set)
// now refresh
updateLegend();
// update colours etc for plot chrome
configUpdate();
// plot
replot();

View File

@@ -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()));