summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-01 22:42:07 -0700
committerJacob Palecki <[email protected]>2020-09-01 22:42:07 -0700
commit26130b21dabaab7fc331844df11465623a811197 (patch)
tree79063acdf3df901da59191471c31218eef1e219e /grapher/Models/AccelGUI.cs
parentintermittent commit - large commit halfway done (diff)
downloadrawaccel-26130b21dabaab7fc331844df11465623a811197.tar.xz
rawaccel-26130b21dabaab7fc331844df11465623a811197.zip
Second half - the parts in place
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs
index 5ea3595..891cd01 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -42,6 +42,8 @@ namespace grapher
WriteButton = writeButton;
ScaleMenuItem = scaleMenuItem;
Settings = settings;
+ OptionSetX = optionSetX;
+ OptionSetY = optionSetY;
Settings.Startup();
RefreshOnRead();