From 3be6371be1e693977da6ebd34fde0fab5d338e96 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 28 Sep 2023 20:03:00 +0200 Subject: [PATCH] ControlUtils: Fix FinAllChildren --- Elwig/App.xaml.cs | 5 ++++- Elwig/Helpers/ControlUtils.cs | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Elwig/App.xaml.cs b/Elwig/App.xaml.cs index c988f95..bb4e713 100644 --- a/Elwig/App.xaml.cs +++ b/Elwig/App.xaml.cs @@ -157,9 +157,12 @@ namespace Elwig { protected void OnPrintingReadyChanged(EventArgs evt) { foreach (Window w in Windows) { - foreach (var b in ControlUtils.FindAllChildren