From 7c19a4eac92d734fb17370a3b81496098df26025 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Tue, 2 Oct 2018 13:21:27 -0700 Subject: [PATCH] Show wrapped rather than original SystemWindow --- MatterControlLib/CustomWidgets/SingleWindowProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlLib/CustomWidgets/SingleWindowProvider.cs b/MatterControlLib/CustomWidgets/SingleWindowProvider.cs index 580cba613..d1d52f056 100644 --- a/MatterControlLib/CustomWidgets/SingleWindowProvider.cs +++ b/MatterControlLib/CustomWidgets/SingleWindowProvider.cs @@ -115,7 +115,7 @@ namespace MatterHackers.Agg.UI topWindow = _openWindows.LastOrDefault(); - platformWindow.ShowSystemWindow(systemWindow); + platformWindow.ShowSystemWindow(topWindow); } public virtual void CloseSystemWindow(SystemWindow systemWindow)