Improving hole button

This commit is contained in:
Lars Brubaker 2022-04-29 14:18:55 -07:00
parent 0d78497331
commit 4a48f2e3e8
9 changed files with 137 additions and 32 deletions

View file

@ -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: