From 55b739c50db217e6a61678c1eb1412e8884e3462 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 20 Aug 2020 15:46:04 -0700 Subject: Serialization mostly working --- grapher/Form1.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grapher/Form1.cs') 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 -- cgit v1.2.3