Fix failing tests
This commit is contained in:
parent
042730b116
commit
baa13c67f6
3 changed files with 7 additions and 13 deletions
|
|
@ -150,7 +150,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
materialsNode.TreeView = this;
|
||||
|
||||
rootColumn.AddChild(materialsNode);
|
||||
|
||||
}, 1);
|
||||
|
||||
PrinterSettings.SettingChanged.RegisterEvent((s, e) =>
|
||||
|
|
@ -207,6 +206,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
var printerNode = new TreeNode(theme)
|
||||
{
|
||||
Text = printer.Name,
|
||||
Name = $"{printer.Name} Node",
|
||||
Tag = printer
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue