From 0e13068dc04fd8fb19efd111c938b79e43a7e6f5 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Sun, 24 Oct 2021 16:11:39 +0200 Subject: [PATCH] fix: IsInRange reported incorrectly in GTK --- src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs b/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs index da9b159be729..65a59f475c84 100644 --- a/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs +++ b/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs @@ -387,6 +387,8 @@ private PointerEventArgs AsPointerArgs(Event evt) break; } + properties.IsInRange = true; + var pointerPoint = new Windows.UI.Input.PointerPoint( frameId: time, timestamp: time,