Improving hole button
This commit is contained in:
parent
0d78497331
commit
4a48f2e3e8
9 changed files with 137 additions and 32 deletions
|
|
@ -704,7 +704,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
break;
|
||||
|
||||
case SliceSettingData.DataEditTypes.COLOR:
|
||||
uiField = new ColorField(theme, Color.Transparent, null);
|
||||
uiField = new ColorField(theme, Color.Transparent, null, false);
|
||||
break;
|
||||
|
||||
case SliceSettingData.DataEditTypes.POSITIVE_DOUBLE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue