mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
when entering a Split View a windowDidEnterFullScreen event happens without a previous toggleFullScreen call. in that case it tries to stop an animation that was never initiated by us and basically breaks the system initiated fullscreen, or in this case the Split View. immediately after entering the fullscreen it tries top stop the animation and resizes the window, which causes the window to exit fullscreen. only try to stop an animation that was initiated by us and is safe to stop. |
||
---|---|---|
.. | ||
events_view.swift | ||
video_layer.swift | ||
window.swift |