summaryrefslogtreecommitdiff
path: root/grapher/Layouts/OffLayout.cs
diff options
context:
space:
mode:
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;
}
}