summaryrefslogtreecommitdiff
path: root/grapher/Layouts/NaturalLayout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Layouts/NaturalLayout.cs')
-rw-r--r--grapher/Layouts/NaturalLayout.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Layouts/NaturalLayout.cs b/grapher/Layouts/NaturalLayout.cs
index 44129f9..ac07ae5 100644
--- a/grapher/Layouts/NaturalLayout.cs
+++ b/grapher/Layouts/NaturalLayout.cs
@@ -19,6 +19,7 @@ namespace grapher.Layouts
LimitLayout = new OptionLayout(true, Limit);
ExponentLayout = new OptionLayout(false, string.Empty);
MidpointLayout = new OptionLayout(false, string.Empty);
+ LUTTextLayout = new OptionLayout(false, string.Empty);
}
}
}