summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-25 19:35:54 -0700
committerJacob Palecki <[email protected]>2020-09-25 19:35:54 -0700
commitf2279a5c52d5da43e48133e753514b3806bb7e3c (patch)
tree328830580cf5bb96a317a61bef3e155dc2a17fd5 /grapher/Models/AccelGUI.cs
parentUse log LUT rather than binary search for last mouse move point (diff)
parentadd initial writer (diff)
downloadrawaccel-f2279a5c52d5da43e48133e753514b3806bb7e3c.tar.xz
rawaccel-f2279a5c52d5da43e48133e753514b3806bb7e3c.zip
merge with writer
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs10
1 files changed, 2 insertions, 8 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs
index 95d0c25..dd394c5 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -83,14 +83,8 @@ namespace grapher
minimumTime = .4
};
- Settings.UpdateActiveSettings(settings, () =>
- {
- AccelForm.Invoke((MethodInvoker)delegate
- {
- WriteButtonDelay();
- UpdateGraph();
- });
- });
+ WriteButtonDelay();
+ Settings.UpdateActiveSettings(settings);
RefreshOnRead();
}