diff options
| author | a1xd <[email protected]> | 2021-11-16 18:00:24 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-11-16 18:00:24 -0500 |
| commit | d0672ce8e3c95caf61bfdc7eabf6c184fbb9200d (patch) | |
| tree | f84382fd17abfb8a0db0cd7125fc1fbaff0d0d94 /grapher/Models/AccelGUIFactory.cs | |
| parent | add special handling for out cap=1 in classic (diff) | |
| download | rawaccel-patch-1.6.tar.xz rawaccel-patch-1.6.zip | |
make reset button a button controlpatch-1.6
removes checkbox behavior / color change on toggle
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
| -rw-r--r-- | grapher/Models/AccelGUIFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs index 5fc7b8b..40c582a 100644 --- a/grapher/Models/AccelGUIFactory.cs +++ b/grapher/Models/AccelGUIFactory.cs @@ -33,7 +33,7 @@ namespace grapher.Models ComboBox capTypeDropdownXPower, ComboBox capTypeDropdownYPower, Button writeButton, - ButtonBase toggleButton, + Button toggleButton, ToolStripMenuItem showVelocityGainToolStripMenuItem, ToolStripMenuItem showLastMouseMoveMenuItem, ToolStripMenuItem streamingModeToolStripMenuItem, |