Skip to content

Commit

Permalink
fix: IsInRange reported incorrectly in GTK
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Oct 24, 2021
1 parent 8b10ac2 commit 0e13068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ private PointerEventArgs AsPointerArgs(Event evt)
break;
}

properties.IsInRange = true;

var pointerPoint = new Windows.UI.Input.PointerPoint(
frameId: time,
timestamp: time,
Expand Down

0 comments on commit 0e13068

Please sign in to comment.