[vlc-commits] [Git][videolan/vlc][master] macosx: don't hide controls in classic mode

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Jun 24 09:32:53 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
826120c2 by Felix Paul Kühne at 2026-06-24T09:09:59+00:00
macosx: don't hide controls in classic mode

This fixes the constant resizing of the vout when mouse enters/leaves the window

- - - - -


1 changed file:

- modules/gui/macosx/windows/video/VLCMainVideoViewController.m


Changes:

=====================================
modules/gui/macosx/windows/video/VLCMainVideoViewController.m
=====================================
@@ -315,7 +315,7 @@ NSString * const VLCUseClassicVideoPlayerLayoutKey = @"VLCUseClassicVideoPlayerL
         self.jumpForwardButtonSizeConstraint.constant = VLCLibraryUIUnits.smallPlaybackControlButtonSize;
         [self applyAudioDecorativeViewForegroundCoverArtViewConstraints];
     } else {
-        [self setAutohideControls:YES];
+        [self setAutohideControls:!self.classic];
         self.bottomButtonStackViewConstraint.active = NO;
         self.centerButtonStackInViewConstraint.active = YES;
         self.prevButtonSizeConstraint.constant = VLCLibraryUIUnits.mediumPlaybackControlButtonSize;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/826120c2945d5694d7a8d7ed17cd7c94d00acb60

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/826120c2945d5694d7a8d7ed17cd7c94d00acb60
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