Browse Source

qml: show tooltip when there is visual focus in Slider.qml

pull/162/head
Fatih Uzunoglu 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
a995bf24fd
  1. 2
      modules/gui/qt/widgets/qml/Slider.qml

2
modules/gui/qt/widgets/qml/Slider.qml

@ -141,7 +141,7 @@ T.Slider {
pos: Qt.point(control._tooltipX, control.handle.height / 2)
visible: hoverHandler.hovered
visible: hoverHandler.hovered || control.visualFocus
text: {
if (!visible) return ""

Loading…
Cancel
Save