diff options
| author | a1xd <[email protected]> | 2020-10-13 18:36:58 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-13 18:36:58 -0400 |
| commit | 2624d59810406adfa89acf9c6a301e550b4069ed (patch) | |
| tree | 0bbf645b96273c97ad0782989dc696a23f89abb2 /grapher/Layouts | |
| parent | fix conversion of non-linear quake accel (diff) | |
| download | rawaccel-2624d59810406adfa89acf9c6a301e550b4069ed.tar.xz rawaccel-2624d59810406adfa89acf9c6a301e550b4069ed.zip | |
hide weight when motivity is selected
Diffstat (limited to 'grapher/Layouts')
| -rw-r--r-- | grapher/Layouts/MotivityLayout.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/MotivityLayout.cs b/grapher/Layouts/MotivityLayout.cs index 839de58..b06e4fc 100644 --- a/grapher/Layouts/MotivityLayout.cs +++ b/grapher/Layouts/MotivityLayout.cs @@ -19,7 +19,7 @@ namespace grapher.Layouts AccelLayout = new OptionLayout(true, Acceleration); ScaleLayout = new OptionLayout(false, string.Empty); CapLayout = new OptionLayout(false, string.Empty); - WeightLayout = new OptionLayout(true, Weight); + WeightLayout = new OptionLayout(false, string.Empty); OffsetLayout = new OptionLayout(false, string.Empty); LimitLayout = new OptionLayout(true, Motivity); ExponentLayout = new OptionLayout(false, string.Empty); |