diff --git a/video/out/cocoa/events_view.m b/video/out/cocoa/events_view.m index 6e1b470d13..91b00fcb0b 100644 --- a/video/out/cocoa/events_view.m +++ b/video/out/cocoa/events_view.m @@ -137,7 +137,7 @@ - (BOOL)canHideCursor { - return self.hasMouseDown && [self containsMouseLocation]; + return !self.hasMouseDown && [self containsMouseLocation]; } - (void)mouseEntered:(NSEvent *)event