summaryrefslogtreecommitdiff
path: root/grapher/Layouts/OffLayout.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/Layouts/OffLayout.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/Layouts/OffLayout.cs')
-rw-r--r--grapher/Layouts/OffLayout.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/grapher/Layouts/OffLayout.cs b/grapher/Layouts/OffLayout.cs
index ce7c149..1c37026 100644
--- a/grapher/Layouts/OffLayout.cs
+++ b/grapher/Layouts/OffLayout.cs
@@ -14,9 +14,8 @@ namespace grapher.Layouts
{
Name = "Off";
Index = (int)AccelMode.noaccel;
- ShowOptions = new bool[] { false, false, false, false };
- OptionNames = new string[] { string.Empty, string.Empty, string.Empty, string.Empty };
- ShowOptionsXY = new bool[] { false, false };
+ ShowOptions = new bool[] { false, false, false, false, false, false };
+ OptionNames = new string[] { string.Empty, string.Empty, string.Empty, string.Empty, string.Empty, string.Empty };
ButtonEnabled = true;
}
}