summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-20 15:46:04 -0700
committerJacob Palecki <[email protected]>2020-08-20 15:46:04 -0700
commit55b739c50db217e6a61678c1eb1412e8884e3462 (patch)
treea1924dce2e90d09dd3075c0ec1aca2283efc41d2 /grapher/Form1.cs
parentAdd accel type to active values and tweak color (diff)
downloadrawaccel-55b739c50db217e6a61678c1eb1412e8884e3462.tar.xz
rawaccel-55b739c50db217e6a61678c1eb1412e8884e3462.zip
Serialization mostly working
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 1e38809..ef06527 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -218,7 +218,8 @@ namespace grapher
midpoint,
writeButton,
MouseLabel,
- ScaleMenuItem);
+ ScaleMenuItem,
+ AutoWriteMenuItem);
}
#endregion Constructor