summaryrefslogtreecommitdiff
path: root/grapher
diff options
context:
space:
mode:
Diffstat (limited to 'grapher')
-rw-r--r--grapher/Models/AccelGUI.cs2
-rw-r--r--grapher/Models/Options/LUT/LutApplyOptions.cs2
2 files changed, 3 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()
diff --git a/grapher/Models/Options/LUT/LutApplyOptions.cs b/grapher/Models/Options/LUT/LutApplyOptions.cs
index 897460e..7d8c737 100644
--- a/grapher/Models/Options/LUT/LutApplyOptions.cs
+++ b/grapher/Models/Options/LUT/LutApplyOptions.cs
@@ -139,6 +139,7 @@ namespace grapher.Models.Options.LUT
{
Label.Hide();
ApplyOptions.Hide();
+ ActiveValueLabel.Hide();
ShouldShow = false;
}
@@ -152,6 +153,7 @@ namespace grapher.Models.Options.LUT
}
ApplyOptions.Show();
+ ActiveValueLabel.Show();
ShouldShow = true;
}