summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-09-11 17:38:59 -0700
committera1xd <[email protected]>2021-09-23 22:33:13 -0400
commitaffc97b1ef41437e7caba31be8e9b9212805182e (patch)
treebeca60d2bb5e139b7346a8bcad3e9346b05e7331 /grapher/Models/AccelGUI.cs
parentAdd lp norm new info to doc (diff)
downloadrawaccel-affc97b1ef41437e7caba31be8e9b9212805182e.tar.xz
rawaccel-affc97b1ef41437e7caba31be8e9b9212805182e.zip
YToXRatio fully works
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 801fd8d..e15aba9 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -116,7 +116,7 @@ namespace grapher
settings.sensitivity = ApplyOptions.Sensitivity.Field.Data;
// TODO - separate sensitivity fields, add new label for ratio
- settings.yxSensRatio = ApplyOptions.Sensitivity.Fields.Y;
+ settings.yxSensRatio = ApplyOptions.YToXRatio.Value;
settings.combineMagnitudes = ApplyOptions.IsWhole;
ApplyOptions.SetArgsFromActiveValues(ref settings.argsX, ref settings.argsY);