We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c877b35 commit 8a8767fCopy full SHA for 8a8767f
modules/gui/macosx/Windows.m
@@ -1074,6 +1074,7 @@ - (void)leaveFullscreenWithAnimation:(BOOL)b_animation
1074
}
1075
1076
b_in_fullscreen_transition = YES;
1077
+ [self setFullscreen:NO];
1078
1079
[self setAlphaValue: 0.0];
1080
[self orderFront: self];
@@ -1119,7 +1120,6 @@ - (void)leaveFullscreenWithAnimation:(BOOL)b_animation
1119
1120
1121
- (void)hasEndedFullscreen
1122
{
- [self setFullscreen:NO];
1123
b_in_fullscreen_transition = NO;
1124
1125
/* This function is private and should be only triggered at the end of the fullscreen change animation */
0 commit comments