Handle reentrant calls to ShowSystemWindow

- Issue MatterHackers/MCCentral#4227
Load filament wizard isn't switching panels correctly
This commit is contained in:
John Lewin 2018-10-03 11:10:46 -07:00
parent e38e0eb42f
commit 0941f655eb
2 changed files with 7 additions and 1 deletions

View file

@ -46,8 +46,9 @@ namespace MatterHackers.MatterControl
platformWindow = openGLPlatformWindow;
}
systemWindow.PlatformWindow = openGLPlatformWindow;
base.ShowSystemWindow(systemWindow);
systemWindow.PlatformWindow = openGLPlatformWindow;
}
}
}