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.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Layouts/OffLayout.cs b/grapher/Layouts/OffLayout.cs
index 630ea16..482f87a 100644
--- a/grapher/Layouts/OffLayout.cs
+++ b/grapher/Layouts/OffLayout.cs
@@ -26,6 +26,8 @@ namespace grapher.Layouts
LutTextLayout = new OptionLayout(false, string.Empty);
LutPanelLayout = new OptionLayout(false, string.Empty);
LutApplyOptionsLayout = new OptionLayout(false, string.Empty);
+ InputJumpLayout = new OptionLayout(false, string.Empty);
+ OutputJumpLayout = new OptionLayout(false, string.Empty);
}
}
}