[vlc-commits] [Git][videolan/vlc][master] macosx: Fix library window controls bar not reappearing after playback...
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Aug 6 22:29:54 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
440c4245 by Claudio Cambra at 2026-08-07T00:19:35+02:00
macosx: Fix library window controls bar not reappearing after playback finished if video view had been opened
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/VLCLibraryWindow.m
Changes:
=====================================
modules/gui/macosx/library/VLCLibraryWindow.m
=====================================
@@ -473,7 +473,7 @@ static int ShowController(vlc_object_t * __unused p_this,
return;
}
- if (self.videoViewController.view.isHidden) {
+ if (!self.embeddedVideoPlaybackActive) {
[self showControlsBar];
}
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/440c42452d79bc5acad7ba33e9e5fedfbbed4c7d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/440c42452d79bc5acad7ba33e9e5fedfbbed4c7d
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list