merge fail fix
This commit is contained in:
parent
d6addaa45a
commit
5cf5503c91
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
rowContainer = CreateSettingsRow(property.DisplayName.Localize(), property.Description.Localize());
|
||||
|
||||
var field = new ToggleboxField(theme.Colors.PrimaryTextColor);
|
||||
var field = new ToggleboxField(theme);
|
||||
field.Initialize(0);
|
||||
field.Checked = boolValue;
|
||||
field.ValueChanged += (s, e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue