diff options
| author | a1xd <[email protected]> | 2020-10-14 19:56:11 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-14 19:56:11 -0400 |
| commit | 625ccbe552183c7cb6a3e332bb0ab8c182929810 (patch) | |
| tree | 78f8704c7a74113b09d4a49e76317bc7ac40add8 /grapher/Layouts | |
| parent | Merge pull request #33 from a1xd/1.1 (diff) | |
| parent | fix non-standard access of template base members (diff) | |
| download | rawaccel-625ccbe552183c7cb6a3e332bb0ab8c182929810.tar.xz rawaccel-625ccbe552183c7cb6a3e332bb0ab8c182929810.zip | |
Merge pull request #35 from a1xd/1.1.1
1.1.1
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); |