Skip to content
Snippets Groups Projects
Commit 5e4cf78b authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Steve Lhomme
Browse files

qml: fix Tooltip of Playback Button in TracksMenu

fixes #28185
parent c5851fd4
No related branches found
No related tags found
1 merge request!3762qml: fix Tooltip of Playback Button in TracksMenu
Pipeline #351319 passed with stage
in 19 minutes and 11 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment