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