From e4a2c488fe3f8eb1605b354f1b7c2e708546c810 Mon Sep 17 00:00:00 2001 From: Ben Olden-Cooligan Date: Sun, 10 Dec 2023 16:24:48 -0800 Subject: [PATCH] WinForms: Handle MainForm changes --- src/Eto.WinForms/Forms/ApplicationHandler.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Eto.WinForms/Forms/ApplicationHandler.cs b/src/Eto.WinForms/Forms/ApplicationHandler.cs index d18fe795a8..6c4d66ba41 100644 --- a/src/Eto.WinForms/Forms/ApplicationHandler.cs +++ b/src/Eto.WinForms/Forms/ApplicationHandler.cs @@ -8,6 +8,7 @@ public class ApplicationHandler : WidgetHandler