[vlc-commits] [Git][videolan/vlc][master] qml: fix Tooltip of Playback Button in TracksMenu

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jun 9 06:28:59 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
5e4cf78b by Prince Gupta at 2023-06-09T06:14:34+00:00
qml: fix Tooltip of Playback Button in TracksMenu

fixes #28185

- - - - -


1 changed file:

- modules/gui/qt/player/qml/TracksMenu.qml


Changes:

=====================================
modules/gui/qt/player/qml/TracksMenu.qml
=====================================
@@ -183,7 +183,7 @@ T.Popup {
                     iconText: (index === 0) ? I18n.qtr("%1x").arg(+Player.rate.toFixed(2))
                                             : modelData.icon
 
-                    T.ToolTip.visible: (hovered || activeFocus)
+                    T.ToolTip.visible: (hovered || visualFocus)
                     T.ToolTip.text: modelData.tooltip
                     T.ToolTip.delay: VLCStyle.delayToolTipAppear
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5e4cf78b91b3e834d53cc9681fc9c6454f4da287

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