Fix serialization failure

This commit is contained in:
John Lewin 2018-10-17 20:31:58 -07:00
parent 4433abb774
commit e4c6ba9507

View file

@ -195,7 +195,7 @@ namespace MatterHackers.MatterControl
public Color BorderColor { get; set; }
public Color BorderColor40 { get; set; }
public Color BorderColor20 { get; set; }
public Color RowBorder { get; internal set; }
public Color RowBorder { get; set; }
public Color DropListFieldBorder { get; set; }
public Color DisabledColor { get; set; }