summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-01-12 09:43:25 -0800
committerJacob Palecki <[email protected]>2021-01-12 09:43:25 -0800
commitb6d7c7e67b487143276ad17c9ab85c0dba13180d (patch)
treeec11bd878269040000df936cbc40315068ea5a26 /grapher/Models/AccelGUIFactory.cs
parentMany small tweaks (diff)
downloadrawaccel-b6d7c7e67b487143276ad17c9ab85c0dba13180d.tar.xz
rawaccel-b6d7c7e67b487143276ad17c9ab85c0dba13180d.zip
Fix xy anisotropy combining in gui
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index de01468..802ce4b 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -305,7 +305,8 @@ namespace grapher.Models
domainLabel,
new ActiveValueLabelXY(
new ActiveValueLabel(domainActiveValueX, direcionalityActiveValueTitle),
- new ActiveValueLabel(domainActiveValueY, direcionalityActiveValueTitle)));
+ new ActiveValueLabel(domainActiveValueY, direcionalityActiveValueTitle)),
+ false);
var range = new OptionXY(
rangeBoxX,
@@ -316,7 +317,8 @@ namespace grapher.Models
rangeLabel,
new ActiveValueLabelXY(
new ActiveValueLabel(rangeActiveValueX, direcionalityActiveValueTitle),
- new ActiveValueLabel(rangeActiveValueY, direcionalityActiveValueTitle)));
+ new ActiveValueLabel(rangeActiveValueY, direcionalityActiveValueTitle)),
+ false);
var capOptionsX = new CapOptions(
velocityGainCapToolStripMenuItem,