summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-11-16 18:00:24 -0500
committera1xd <[email protected]>2021-11-16 18:00:24 -0500
commitd0672ce8e3c95caf61bfdc7eabf6c184fbb9200d (patch)
treef84382fd17abfb8a0db0cd7125fc1fbaff0d0d94 /grapher/Models/AccelGUIFactory.cs
parentadd special handling for out cap=1 in classic (diff)
downloadrawaccel-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.cs2
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,