diff options
| author | Jacob Palecki <[email protected]> | 2020-09-08 15:59:32 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-08 15:59:32 -0700 |
| commit | 16d5e4f666a874f87869d0648e51cb59fb19fd79 (patch) | |
| tree | b486ef524c93bfeb29a86403114b6805bf9decf1 /grapher/Models/AccelGUIFactory.cs | |
| parent | Fix active values y width (diff) | |
| download | rawaccel-16d5e4f666a874f87869d0648e51cb59fb19fd79.tar.xz rawaccel-16d5e4f666a874f87869d0648e51cb59fb19fd79.zip | |
Save show last mouse value
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
| -rw-r--r-- | grapher/Models/AccelGUIFactory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs index 713c680..42a7b83 100644 --- a/grapher/Models/AccelGUIFactory.cs +++ b/grapher/Models/AccelGUIFactory.cs @@ -284,7 +284,8 @@ namespace grapher.Models activeAccel, accelCalculator.DPI, accelCalculator.PollRate, - autoWriteMenuItem); + autoWriteMenuItem, + showLastMouseMoveMenuItem); return new AccelGUI( form, |