Skip to content

Commit

Permalink
Notify window on mouseEntered (#15251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltetak authored Jun 25, 2024
1 parent fb4a839 commit b1e96ad
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 @@ -442,6 +442,7 @@ - (void)swipeWithEvent:(NSEvent *)event

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

Expand Down

0 comments on commit b1e96ad

Please sign in to comment.