Browse Source

Notify window on mouseEntered (#15251)

pull/16129/head
Lubomir Tetak 2 years ago
committed by GitHub
parent
commit
b1e96ad6ef
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      native/Avalonia.Native/src/OSX/AvnView.mm

1
native/Avalonia.Native/src/OSX/AvnView.mm

@ -442,6 +442,7 @@
- (void)mouseEntered:(NSEvent *)event
{
[self mouseEvent:event withType:Move];
[super mouseEntered:event];
}

Loading…
Cancel
Save