Putting in max decimals for editors
Put in option to have description images Making new curve tool much better
This commit is contained in:
parent
07a0577a32
commit
df7e119b19
16 changed files with 185 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue