From b8a8eb8a70cf71c61e5dc851229a83027f43194d Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 8 Sep 2020 15:20:31 -0700 Subject: By component, anisotropy full works --- grapher/Models/AccelGUI.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'grapher/Models/AccelGUI.cs') diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index c150393..3acb943 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -96,7 +96,6 @@ namespace grapher public void RefreshOnRead() { - AccelCharts.RefreshXY(Settings.RawAccelSettings.AccelerationSettings.combineMagnitudes); UpdateGraph(); UpdateShownActiveValues(); } @@ -112,7 +111,10 @@ namespace grapher public void UpdateShownActiveValues() { - ApplyOptions.SetActiveValues(Settings.RawAccelSettings.AccelerationSettings); + var settings = Settings.RawAccelSettings.AccelerationSettings; + + AccelCharts.ShowActive(settings); + ApplyOptions.SetActiveValues(settings); } private Timer SetupButtonTimer() -- cgit v1.2.3