Skip to content

Commit b1e96ad

Browse files
authored
Notify window on mouseEntered (#15251)
1 parent fb4a839 commit b1e96ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ - (void)swipeWithEvent:(NSEvent *)event
442442

443443
- (void)mouseEntered:(NSEvent *)event
444444
{
445+
[self mouseEvent:event withType:Move];
445446
[super mouseEntered:event];
446447
}
447448

0 commit comments

Comments
 (0)