[vlc-commits] [Git][videolan/vlc][master] fix: add missing tooltip for play button control
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Sep 8 18:59:40 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
4a9c1c58 by Ojus Chugh at 2025-09-08T18:43:13+00:00
fix: add missing tooltip for play button control
- - - - -
1 changed file:
- modules/gui/qt/player/qml/controlbarcontrols/PlayButton.qml
Changes:
=====================================
modules/gui/qt/player/qml/controlbarcontrols/PlayButton.qml
=====================================
@@ -67,6 +67,12 @@ T.Control {
Accessible.onPressAction: MainPlaylistController.togglePlayPause()
Accessible.onToggleAction: MainPlaylistController.togglePlayPause()
+ // Tooltip
+
+ T.ToolTip.visible: (hovered || visualFocus)
+ T.ToolTip.delay: VLCStyle.delayToolTipAppear
+ T.ToolTip.text: root.Accessible.name
+
// States
states: [
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4a9c1c584289861fbc5950311774ce4a9f6137fe
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4a9c1c584289861fbc5950311774ce4a9f6137fe
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