From 09b6895772e01ce002bf047e3f6fc17d35367a7b Mon Sep 17 00:00:00 2001 From: Yuki Matsuzawa Date: Wed, 13 Nov 2024 14:14:38 +0900 Subject: [PATCH] Update MainWindow.xaml.cs --- src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs b/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs index 424873749..f9732362e 100644 --- a/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs +++ b/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs @@ -132,7 +132,7 @@ public MainWindow() { broker.ToObservable() .Subscribe(ShowChildContent("MS-FINDER", height: 1000, width: 1500)); broker.ToObservable() - .Subscribe(ShowChildContent("MS-FINDER", height: 1000, width: 1500)); + .Subscribe(ShowChildContent("MS-FINDER", height: 1000, width: 1500, needDispose: true)); broker.ToObservable() .Subscribe(ShowChildContent("Substructure Viewer", height: 600, width: 1000)); broker.ToObservable()