Set PlatformWindow in ShowSystemWindow

This commit is contained in:
John Lewin 2018-10-02 13:19:16 -07:00
parent c613fdb325
commit 30180dcb1e

View file

@ -46,6 +46,7 @@ namespace MatterHackers.MatterControl
platformWindow = winform;
}
systemWindow.PlatformWindow = winform;
base.ShowSystemWindow(systemWindow);
}
}