LoadRootWindow should not call ShowAsSystemWindow
This commit is contained in:
parent
d1bdf5fa72
commit
4ed9724634
5 changed files with 6 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue