diff options
| author | Jacob Palecki <[email protected]> | 2021-09-15 23:16:43 -0700 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:34:51 -0400 |
| commit | 8878091a2cab77b0433daea7a47033e1c35e42c1 (patch) | |
| tree | 58dd2c7ee901acd809230a1bc86d6fd5b569593a /grapher/Layouts/LinearLayout.cs | |
| parent | Mostly working cap type in GUI (diff) | |
| download | rawaccel-8878091a2cab77b0433daea7a47033e1c35e42c1.tar.xz rawaccel-8878091a2cab77b0433daea7a47033e1c35e42c1.zip | |
Cap type options now fully working
Diffstat (limited to 'grapher/Layouts/LinearLayout.cs')
| -rw-r--r-- | grapher/Layouts/LinearLayout.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Layouts/LinearLayout.cs b/grapher/Layouts/LinearLayout.cs index 36b0f74..63c5ff6 100644 --- a/grapher/Layouts/LinearLayout.cs +++ b/grapher/Layouts/LinearLayout.cs @@ -11,7 +11,6 @@ namespace grapher.Layouts { Name = LinearName; Mode = AccelMode.classic; - LogarithmicCharts = false; GainSwitchOptionLayout = new OptionLayout(true, Gain); ClassicCapLayout = new OptionLayout(true, CapType); |