diff options
| author | Jacob Palecki <[email protected]> | 2021-04-07 01:05:59 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-07 01:05:59 -0700 |
| commit | 5e858b059436375ed1c17f7dc1b3e47a7e8e1d5d (patch) | |
| tree | ea56892ee71c0d245d99c348676e84b10928013c /grapher/Form1.cs | |
| parent | natural legacy algorithm was correct, leave as it was (diff) | |
| download | rawaccel-5e858b059436375ed1c17f7dc1b3e47a7e8e1d5d.tar.xz rawaccel-5e858b059436375ed1c17f7dc1b3e47a7e8e1d5d.zip | |
Add active value labels for gain switch
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index c7c2723..7b21036 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -144,6 +144,8 @@ namespace grapher MidpointActiveYLabel, AccelTypeActiveLabelX, AccelTypeActiveLabelY, + gainSwitchActiveLabelX, + gainSwitchActiveLabelY, OptionSetXTitle, OptionSetYTitle, MouseLabel, |