summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-07-03 14:52:54 -0700
committerJacob Palecki <[email protected]>2021-07-03 14:52:54 -0700
commit44c20e12d53434c47b08dbe855567316159d0469 (patch)
treeb64b844f16168a62addb8af98f2786de131824ff /grapher/Models/AccelGUI.cs
parentFormat mostly correct (diff)
downloadrawaccel-44c20e12d53434c47b08dbe855567316159d0469.tar.xz
rawaccel-44c20e12d53434c47b08dbe855567316159d0469.zip
Small fixes, guide additions, tweaks
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs2
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()