summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-07-01 19:13:12 -0700
committerJacob Palecki <[email protected]>2021-07-01 19:13:12 -0700
commitac0a6eb86c8d783c21cb246d688a221913b15789 (patch)
tree9b4021b1ab0401191a228dd6539612b2f72ae936 /grapher/Models/AccelGUIFactory.cs
parentBetter-written LUT panels (diff)
downloadrawaccel-ac0a6eb86c8d783c21cb246d688a221913b15789.tar.xz
rawaccel-ac0a6eb86c8d783c21cb246d688a221913b15789.zip
Mostly working
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index b82cf59..3bb5a49 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -69,8 +69,8 @@ namespace grapher.Models
CheckBox byComponentCheckBox,
CheckBox gainSwitchX,
CheckBox gainSwitchY,
- Panel lutPanelX,
- Panel lutPanelY,
+ RichTextBox xLutActiveValuesBox,
+ RichTextBox yLutActiveValuesBox,
RichTextBox xLutPointsBox,
RichTextBox yLutPointsBox,
Label lockXYLabel,
@@ -347,7 +347,7 @@ namespace grapher.Models
exponentX,
midpointX,
lutTextX,
- new LUTPanelOptions(lutPanelX, xLutPointsBox),
+ new LUTPanelOptions(xLutPointsBox, xLutActiveValuesBox),
new LutApplyOptions(
lutApplyLabelX,
lutApplyDropdownX,
@@ -367,7 +367,7 @@ namespace grapher.Models
exponentY,
midpointY,
lutTextY,
- new LUTPanelOptions(lutPanelY, yLutPointsBox),
+ new LUTPanelOptions(yLutPointsBox, yLutActiveValuesBox),
new LutApplyOptions(
lutApplyLabelY,
lutApplyDropdownY,