*ScatterCtrl: Fixed bug plotting min and moving average

git-svn-id: svn://ultimatepp.org/upp/trunk@9649 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2016-03-28 13:17:02 +00:00
parent cb9c75b2d8
commit 405d6cfcc0

View file

@ -549,7 +549,7 @@ void ProcessingTab::OnOp()
tabFit.scatter.ScatterDraw::Show(5, tabFit.opSinus);
tabFit.scatter.ScatterDraw::Show(6, tabFit.opMax);
tabFit.scatter.ScatterDraw::Show(7, tabFit.opMin);
tabFit.scatter.ScatterDraw::Show(7, tabFit.opMovAvg);
tabFit.scatter.ScatterDraw::Show(8, tabFit.opMovAvg);
UpdateEquations();
OnShowEquation();