Putting in max decimals for editors

Put in option to have description images
Making new curve tool much better
This commit is contained in:
Lars Brubaker 2021-03-18 18:00:09 -07:00
parent 07a0577a32
commit df7e119b19
16 changed files with 185 additions and 18 deletions

View file

@ -186,7 +186,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
};
// set it if checked
if (enumItem.Value == this.InitialValue)
if (enumItem.Key == this.InitialValue)
{
radioButton.Checked = true;
}