Skip to content

Commit

Permalink
Changed the main window to own the subsequent windows (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbollis authored Aug 4, 2023
1 parent df4cb8d commit dcada1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MetaMorpheus/GUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dcada1f

Please sign in to comment.