GuiWiget Children working as a SafeList
This commit is contained in:
parent
106db7e7f1
commit
58e77cfe60
40 changed files with 104 additions and 102 deletions
|
|
@ -824,7 +824,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
testMethod,
|
||||
maxTimeToRun,
|
||||
defaultTestImages,
|
||||
closeWindow: () =>
|
||||
closeWindow: (Action)(() =>
|
||||
{
|
||||
foreach(var printer in ApplicationController.Instance.ActivePrinters)
|
||||
{
|
||||
|
|
@ -835,7 +835,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
}
|
||||
|
||||
rootSystemWindow.Close();
|
||||
});
|
||||
}));
|
||||
}
|
||||
|
||||
public static void LibraryEditSelectedItem(AutomationRunner testRunner)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue