Show wrapped rather than original SystemWindow

This commit is contained in:
John Lewin 2018-10-02 13:21:27 -07:00
parent 2a9a0a3d88
commit 7c19a4eac9

View file

@ -115,7 +115,7 @@ namespace MatterHackers.Agg.UI
topWindow = _openWindows.LastOrDefault();
platformWindow.ShowSystemWindow(systemWindow);
platformWindow.ShowSystemWindow(topWindow);
}
public virtual void CloseSystemWindow(SystemWindow systemWindow)