Fix serialization failure
This commit is contained in:
parent
4433abb774
commit
e4c6ba9507
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue