[vlc-commits] [Git][videolan/vlc][master] macosx: Fix new video window being opened when playback end view is active in main video view
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Jun 30 13:07:48 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
e6fc7a8b by Claudio Cambra at 2025-06-30T12:41:09+00:00
macosx: Fix new video window being opened when playback end view is active in main video view
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/windows/video/VLCVideoOutputProvider.m
Changes:
=====================================
modules/gui/macosx/windows/video/VLCVideoOutputProvider.m
=====================================
@@ -523,6 +523,9 @@ static int WindowFloatOnTop(vlc_object_t *obj,
videoWindow.videoViewController.endViewDismissHandler = ^{
[self handleVideoCloseForDisplay:key];
};
+ if (videoWindow.class == VLCLibraryWindow.class) {
+ b_mainWindowHasVideo = NO;
+ }
} else if (!decorativeViewVisible) {
[self handleVideoCloseForDisplay:key];
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e6fc7a8bc0f9f161c550f745aed665db79b61189
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e6fc7a8bc0f9f161c550f745aed665db79b61189
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list