From 0523ef22f60ed1196b6831b46c9ca2ac9ab27924 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 10 Sep 2020 01:19:11 -0700 Subject: Reenable weight for all styles, remove offset for sigmoidgain, fix active value for midpoint --- grapher/Layouts/LinearLayout.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Layouts/LinearLayout.cs') diff --git a/grapher/Layouts/LinearLayout.cs b/grapher/Layouts/LinearLayout.cs index fded8c7..8afdc79 100644 --- a/grapher/Layouts/LinearLayout.cs +++ b/grapher/Layouts/LinearLayout.cs @@ -12,7 +12,7 @@ namespace grapher.Layouts AccelLayout = new OptionLayout(true, Acceleration); CapLayout = new OptionLayout(true, Cap); - WeightLayout = new OptionLayout(false, string.Empty); + WeightLayout = new OptionLayout(true, Weight); OffsetLayout = new OptionLayout(true, Offset); LimExpLayout = new OptionLayout(false, string.Empty); MidpointLayout = new OptionLayout(false, string.Empty); -- cgit v1.2.3