Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
eba3a371 by Claudio Cambra at 2024-06-22T06:04:08+00:00
macosx: Fix tint on float on top button in main video view control bar when
disabled
Signed-off-by: Claudio Cambra <[email protected]>
- - - - -
1 changed file:
- modules/gui/macosx/windows/controlsbar/VLCMainVideoViewControlsBar.m
Changes:
=====================================
modules/gui/macosx/windows/controlsbar/VLCMainVideoViewControlsBar.m
=====================================
@@ -139,7 +139,7 @@
if (@available(macOS 10.14, *)) {
self.floatOnTopButton.contentTintColor =
- floatOnTopEnabled ? NSColor.controlAccentColor :
NSColor.controlTextColor;
+ floatOnTopEnabled ? NSColor.controlAccentColor : nil;
}
}
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/eba3a3710f7efcbb69484d0e166b3e5963b53f48
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/eba3a3710f7efcbb69484d0e166b3e5963b53f48
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits