summaryrefslogtreecommitdiff
path: root/grapher/Layouts/ClassicLayout.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-19 02:08:06 -0400
committera1xd <[email protected]>2021-09-23 22:37:02 -0400
commit4c4eabc0cb85cfef22900773649d96f610bb25dc (patch)
tree3a2918f93b7fcfb856b6f00c8399fece3860f8b7 /grapher/Layouts/ClassicLayout.cs
parentfix input checks (diff)
downloadrawaccel-4c4eabc0cb85cfef22900773649d96f610bb25dc.tar.xz
rawaccel-4c4eabc0cb85cfef22900773649d96f610bb25dc.zip
fix jump fields
Diffstat (limited to 'grapher/Layouts/ClassicLayout.cs')
-rw-r--r--grapher/Layouts/ClassicLayout.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Layouts/ClassicLayout.cs b/grapher/Layouts/ClassicLayout.cs
index 4f82e8a..cb09fba 100644
--- a/grapher/Layouts/ClassicLayout.cs
+++ b/grapher/Layouts/ClassicLayout.cs
@@ -25,6 +25,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);
}
}
}