LoadRootWindow should not call ShowAsSystemWindow

This commit is contained in:
John Lewin 2017-12-18 21:35:45 -08:00
parent d1bdf5fa72
commit 4ed9724634
5 changed files with 6 additions and 3 deletions

View file

@ -592,7 +592,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
AutomationRunner.TimeToMoveMouse = config.TimeToMoveMouse;
AutomationRunner.UpDelaySeconds = config.MouseUpDelay;
rootSystemWindow = new RootSystemWindow(overrideWidth, overrideHeight);
rootSystemWindow = Application.LoadRootWindow(overrideWidth, overrideHeight);
await AutomationRunner.ShowWindowAndExecuteTests(
rootSystemWindow,