summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-08 14:01:33 -0700
committerJacob Palecki <[email protected]>2020-09-08 14:01:33 -0700
commitd31ef3c66c9919d3520ee34db062687a84bc5fa4 (patch)
tree52fd619eba3151933786f53f4200e47d482be5c0 /grapher/Form1.cs
parentFix accel type y active value alignment (diff)
downloadrawaccel-d31ef3c66c9919d3520ee34db062687a84bc5fa4.tar.xz
rawaccel-d31ef3c66c9919d3520ee34db062687a84bc5fa4.zip
Add delay on button enable after writing to driver
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs9
1 files changed, 2 insertions, 7 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 1bdb05c..65212d5 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -141,16 +141,11 @@ namespace grapher
}
- private void writeButton_Click(object sender, EventArgs e)
- {
- AccelGUI.UpdateActiveSettingsFromFields();
- }
-
- #endregion Methods
-
private void RawAcceleration_Paint(object sender, PaintEventArgs e)
{
AccelGUI.AccelCharts.DrawPoints();
}
+
+ #endregion Method
}
}