[vlc-commits] [Git][videolan/vlc][master] macosx: Fix tint on float on top button in main video view control bar when disabled
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jun 22 06:30:00 UTC 2024
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 <developer at claudiocambra.com>
- - - - -
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
More information about the vlc-commits
mailing list