summaryrefslogtreecommitdiff
path: root/grapher/Models/Fields/Field.cs
diff options
context:
space:
mode:
authorSidiouth <[email protected]>2020-08-31 16:15:58 -0400
committerSidiouth <[email protected]>2020-08-31 16:15:58 -0400
commit6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960 (patch)
treedadde7a477a58d7bda7dda4db5a75bc2190456b2 /grapher/Models/Fields/Field.cs
parentMerge pull request #16 from JacobPalecki/Misc (diff)
downloadrawaccel-6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960.tar.xz
rawaccel-6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960.zip
Initial commit
-Right-alight option labels in the gui -Allow users to modify the string already in the options field
Diffstat (limited to 'grapher/Models/Fields/Field.cs')
-rw-r--r--grapher/Models/Fields/Field.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/Fields/Field.cs b/grapher/Models/Fields/Field.cs
index 8d75172..1810081 100644
--- a/grapher/Models/Fields/Field.cs
+++ b/grapher/Models/Fields/Field.cs
@@ -97,7 +97,7 @@ namespace grapher
State = FieldState.Typing;
}
- Box.Text = string.Empty;
+ Box.Text = Data.ToString();
}
public void SetToEntered()