From dcada1f80eb6ed22d94d9a1feaadbaa9e4ba876e Mon Sep 17 00:00:00 2001 From: Nic Bollis Date: Fri, 4 Aug 2023 11:31:58 -0500 Subject: [PATCH] Changed the main window to own the subsequent windows (#2297) --- MetaMorpheus/GUI/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MetaMorpheus/GUI/MainWindow.xaml.cs b/MetaMorpheus/GUI/MainWindow.xaml.cs index ac38a9edf..36674a415 100644 --- a/MetaMorpheus/GUI/MainWindow.xaml.cs +++ b/MetaMorpheus/GUI/MainWindow.xaml.cs @@ -1751,6 +1751,7 @@ private void OpenNewTaskWindow(MyTask taskType) } // save the task to the task collection + dialog.Owner = this; if (dialog.ShowDialog() == true) { switch (taskType)