mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 01:07:58 +01:00
Nullable
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user