From b4742ba67667d2a4f67db834bd127fce5717b076 Mon Sep 17 00:00:00 2001 From: punker76 Date: Mon, 3 Oct 2022 22:34:16 +0200 Subject: [PATCH] fix: #117 check if a dialog is already open and a children of a panel --- .../MainWindow.xaml | 28 +++++++++------ .../MainWindow.xaml.cs | 5 +++ .../TestChildWindow.xaml.cs | 36 +++++++++---------- .../ChildWindowManager.cs | 25 ++++++++----- 4 files changed, 56 insertions(+), 38 deletions(-) diff --git a/src/MahApps.Metro.SimpleChildWindow.Demo/MainWindow.xaml b/src/MahApps.Metro.SimpleChildWindow.Demo/MainWindow.xaml index 2063a96..b180e93 100644 --- a/src/MahApps.Metro.SimpleChildWindow.Demo/MainWindow.xaml +++ b/src/MahApps.Metro.SimpleChildWindow.Demo/MainWindow.xaml @@ -1,13 +1,19 @@ - + + + + +