From d0672ce8e3c95caf61bfdc7eabf6c184fbb9200d Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 16 Nov 2021 18:00:24 -0500 Subject: make reset button a button control removes checkbox behavior / color change on toggle --- grapher/Models/AccelGUIFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Models/AccelGUIFactory.cs') 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, -- cgit v1.2.3