From 693d8d1f032b02ae18213e539a670ddf33d09eba Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Wed, 21 Feb 2024 01:27:24 -0700 Subject: [PATCH] Nullable --- Terminal.Gui/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Application.cs b/Terminal.Gui/Application.cs index 907ab6806..b27eec552 100644 --- a/Terminal.Gui/Application.cs +++ b/Terminal.Gui/Application.cs @@ -1599,7 +1599,7 @@ public static partial class Application return; - bool AdornmentHandledMouseEvent (Adornment frame) + bool AdornmentHandledMouseEvent (Adornment? frame) { if (frame?.Thickness.Contains (frame.FrameToScreen (), a.MouseEvent.X, a.MouseEvent.Y) ?? false) {