[vlc-commits] [Git][videolan/vlc][work/recents-carousel-video-library] macosx: Prevent drag-to-move-window on carousel view
Claudio Cambra (@claucambra)
gitlab at videolan.org
Mon Apr 13 19:34:34 UTC 2026
Claudio Cambra pushed to branch work/recents-carousel-video-library at VideoLAN / VLC
Commits:
59022821 by Claudio Cambra at 2026-04-14T03:34:16+08:00
macosx: Prevent drag-to-move-window on carousel view
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/home-library/VLCLibraryHomeViewBaseCarouselContainerView.m
Changes:
=====================================
modules/gui/macosx/library/home-library/VLCLibraryHomeViewBaseCarouselContainerView.m
=====================================
@@ -77,6 +77,11 @@
[self setup];
}
+- (BOOL)mouseDownCanMoveWindow
+{
+ return NO;
+}
+
- (void)setup
{
[self setupView];
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/590228212a74f033cdec7463168880abd31b983a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/590228212a74f033cdec7463168880abd31b983a
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list