Improving Set Temperature usability

Added Set Temperature test
This commit is contained in:
Lars Brubaker 2020-11-17 12:11:42 -08:00
parent 583dc7f27c
commit 4784508d77
8 changed files with 95 additions and 12 deletions

View file

@ -326,6 +326,7 @@ namespace MatterHackers.MatterControl.DesignTools
}
object3D.Invalidated += RefreshField;
field.Content.Descendants<InternalTextEditWidget>().First().Name = property.DisplayName + " Edit";
field.Content.Closed += (s, e) => object3D.Invalidated -= RefreshField;
rowContainer = CreateSettingsRow(property, field, theme);