[vlc-commits] [Git][videolan/vlc][master] qml: do not scroll text when hovered in `GridItem.qml`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Aug 10 07:23:47 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ca95d657 by Fatih Uzunoglu at 2025-08-10T07:07:49+00:00
qml: do not scroll text when hovered in `GridItem.qml`
This seems to be missed in 611d55b9.
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/GridItem.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/GridItem.qml
=====================================
@@ -329,7 +329,7 @@ T.ItemDelegate {
id: titleTextRect
label: titleLabel
- forceScroll: highlighted
+ forceScroll: root.visualFocus
visible: root.title !== ""
clip: scrolling
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ca95d657d75ac297aedaf6da3915cf52f4cffd34
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ca95d657d75ac297aedaf6da3915cf52f4cffd34
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