summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-01 00:31:18 -0700
committerJacob Palecki <[email protected]>2020-09-01 00:31:18 -0700
commit297d610ca1f2978c6e354c679cbed4e1908be743 (patch)
tree531bf849782a2a59ec29d113bbdbaeaef5429a78 /grapher/Form1.cs
parentRemove console project (diff)
downloadrawaccel-297d610ca1f2978c6e354c679cbed4e1908be743.tar.xz
rawaccel-297d610ca1f2978c6e354c679cbed4e1908be743.zip
Set whole or by component with toolstrip item
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 37f67f8..f46c960 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -49,6 +49,8 @@ namespace grapher
ActiveValueTitle.Width = AccelerationChart.Left - ActiveValueTitle.Left;
ActiveValueTitle.TextAlign = ContentAlignment.MiddleCenter;
+ var applyOptions = new ApplyOptions(wholeVectorToolStripMenuItem, byVectorComponentToolStripMenuItem);
+
var sensitivity = new OptionXY(
sensitivityBoxX,
sensitivityBoxY,
@@ -158,6 +160,7 @@ namespace grapher
accelCalculator,
accelCharts,
settings,
+ applyOptions,
accelerationOptions,
sensitivity,
rotation,