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 5, 2024
1 parent 2385395 commit ea805c0
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 ea805c0

Please sign in to comment.