summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
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,