diff options
| author | a1xd <[email protected]> | 2021-09-19 02:08:06 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:37:02 -0400 |
| commit | 4c4eabc0cb85cfef22900773649d96f610bb25dc (patch) | |
| tree | 3a2918f93b7fcfb856b6f00c8399fece3860f8b7 /grapher/Layouts/DefaultLayout.cs | |
| parent | fix input checks (diff) | |
| download | rawaccel-4c4eabc0cb85cfef22900773649d96f610bb25dc.tar.xz rawaccel-4c4eabc0cb85cfef22900773649d96f610bb25dc.zip | |
fix jump fields
Diffstat (limited to 'grapher/Layouts/DefaultLayout.cs')
| -rw-r--r-- | grapher/Layouts/DefaultLayout.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Layouts/DefaultLayout.cs b/grapher/Layouts/DefaultLayout.cs index f44de01..357c36f 100644 --- a/grapher/Layouts/DefaultLayout.cs +++ b/grapher/Layouts/DefaultLayout.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); } } } |