diff --git a/modules/gui/qt/widgets/qml/TextAutoScroller.qml b/modules/gui/qt/widgets/qml/TextAutoScroller.qml index 4415b091b9..8113cc8257 100644 --- a/modules/gui/qt/widgets/qml/TextAutoScroller.qml +++ b/modules/gui/qt/widgets/qml/TextAutoScroller.qml @@ -34,10 +34,6 @@ Item { readonly property real requiredTextWidth: label.implicitWidth readonly property bool _needsToScroll: (label.width < requiredTextWidth) - ToolTip.delay: VLCStyle.delayToolTipAppear - ToolTip.visible: scrolling && hoverArea.containsMouse - ToolTip.text: label.text - //Accessible Accessible.role: Accessible.StaticText Accessible.name: label.text