Improving Set Temperature usability
Added Set Temperature test
This commit is contained in:
parent
583dc7f27c
commit
4784508d77
8 changed files with 95 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue