GuiWiget Children working as a SafeList

This commit is contained in:
LarsBrubaker 2019-06-28 22:22:58 -07:00 committed by jlewin
parent 106db7e7f1
commit 58e77cfe60
40 changed files with 104 additions and 102 deletions

View file

@ -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)