diff options
| author | Jacob Palecki <[email protected]> | 2021-07-03 14:52:54 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-07-03 14:52:54 -0700 |
| commit | 44c20e12d53434c47b08dbe855567316159d0469 (patch) | |
| tree | b64b844f16168a62addb8af98f2786de131824ff /grapher/Models/AccelGUI.cs | |
| parent | Format mostly correct (diff) | |
| download | rawaccel-44c20e12d53434c47b08dbe855567316159d0469.tar.xz rawaccel-44c20e12d53434c47b08dbe855567316159d0469.zip | |
Small fixes, guide additions, tweaks
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
| -rw-r--r-- | grapher/Models/AccelGUI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 324dcb1..9ca7fed 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -151,9 +151,9 @@ namespace grapher public void RefreshActive() { + UpdateShownActiveValues(Settings.UserSettings); UpdateGraph(); UpdateInputManagers(); - UpdateShownActiveValues(Settings.UserSettings); } public void RefreshUser() |