diff options
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() |