summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-02 01:39:36 -0700
committerJacob Palecki <[email protected]>2020-09-02 01:39:36 -0700
commit66131ff0e469aed0a44ad0fa7179b9cddfb66df5 (patch)
tree6997d7f06f327edb5874f1a8bf1bc16de98b21a0 /grapher/Models/AccelGUI.cs
parentMove optionsets to applyoptions (diff)
downloadrawaccel-66131ff0e469aed0a44ad0fa7179b9cddfb66df5.tar.xz
rawaccel-66131ff0e469aed0a44ad0fa7179b9cddfb66df5.zip
The menus mostly work
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs
index 6b14672..3a15d48 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -96,6 +96,7 @@ namespace grapher
public void RefreshOnRead()
{
+ AccelCharts.RefreshXY(Settings.RawAccelSettings.AccelerationSettings.combineMagnitudes);
UpdateGraph();
UpdateShownActiveValues();
}
@@ -117,7 +118,6 @@ namespace grapher
Rotation.SetActiveValue(settings.rotation);
ApplyOptions.SetActiveValues(settings);
- AccelCharts.RefreshXY(settings.combineMagnitudes);
}
private void OnScaleMenuItemClick(object sender, EventArgs e)