mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 04:31:39 +00:00
parent
44cc65e5fb
commit
43faae7a1e
@ -94,8 +94,10 @@
|
||||
|
||||
- (void)clear
|
||||
{
|
||||
self.clearing = YES;
|
||||
[self exitFullScreenModeWithOptions:nil];
|
||||
if (self.inFullScreenMode) {
|
||||
self.clearing = YES;
|
||||
[self exitFullScreenModeWithOptions:nil];
|
||||
}
|
||||
}
|
||||
|
||||
// mpv uses flipped coordinates, because X11 uses those. So let's just use them
|
||||
|
Loading…
Reference in New Issue
Block a user