Skip to content

Commit

Permalink
Notify window on mouseEntered
Browse files Browse the repository at this point in the history
  • Loading branch information
ltetak committed Apr 8, 2024
1 parent 8e89c81 commit d6b34af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/Avalonia.Native/src/OSX/AvnView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ - (void)swipeWithEvent:(NSEvent *)event

- (void)mouseEntered:(NSEvent *)event
{
[self mouseEvent:event withType:Move];
[super mouseEntered:event];
}

Expand Down

0 comments on commit d6b34af

Please sign in to comment.